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 TypeMethodDescriptionboolean
MultiClassLoader.addClassLoaders
(int index, MultiClassLoader multi) Adds all class loaders from the given multi loader starting at the given index.boolean
MultiClassLoader.addClassLoaders
(MultiClassLoader multi) Adds all the class loaders from the given multi loader.void
MultiClassLoader.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 void
Serialization.ClassResolvingObjectInputStream.addContextClassLoaders
(MultiClassLoader loader) protected void
Serialization.PersistentObjectInputStream.addContextClassLoaders
(MultiClassLoader loader)