Uses of Class
org.apache.openjpa.lib.util.MultiClassLoader
Packages that use MultiClassLoader
Package
Description
General Utilities
OpenJPA Utilities
-
Uses of MultiClassLoader in org.apache.openjpa.lib.util
Methods in org.apache.openjpa.lib.util that return types with arguments of type MultiClassLoaderModifier and TypeMethodDescriptionstatic PrivilegedAction<MultiClassLoader>J2DoPrivHelper.newMultiClassLoaderAction()Return a PrivilegeAction object for new MultiClassLoader().Methods in org.apache.openjpa.lib.util with parameters of type MultiClassLoaderModifier and TypeMethodDescriptionbooleanMultiClassLoader.addClassLoaders(int index, MultiClassLoader multi) Adds all class loaders from the given multi loader starting at the given index.booleanMultiClassLoader.addClassLoaders(MultiClassLoader multi) Adds all the class loaders from the given multi loader.voidMultiClassLoader.setClassLoaders(MultiClassLoader multi) Set the class loaders of this loader to those of the given loader.Constructors in org.apache.openjpa.lib.util with parameters of type MultiClassLoaderModifierConstructorDescriptionMultiClassLoader(MultiClassLoader other) Construct with the class loaders of another multi loader. -
Uses of MultiClassLoader in org.apache.openjpa.util
Methods in org.apache.openjpa.util with parameters of type MultiClassLoaderModifier and TypeMethodDescriptionprotected voidSerialization.ClassResolvingObjectInputStream.addContextClassLoaders(MultiClassLoader loader) protected voidSerialization.PersistentObjectInputStream.addContextClassLoaders(MultiClassLoader loader)