Package | Description |
---|---|
org.apache.openjpa.lib.util |
General Utilities
|
org.apache.openjpa.util |
OpenJPA Utilities
This package provides utilities to facilitate the handling of second
class objects and OpenJPA object ids.
|
Modifier and Type | Method and Description |
---|---|
static PrivilegedAction<MultiClassLoader> |
J2DoPrivHelper.newMultiClassLoaderAction()
Return a PrivilegeAction object for new MultiClassLoader().
|
Modifier and Type | Method and Description |
---|---|
boolean |
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.
|
Constructor and Description |
---|
MultiClassLoader(MultiClassLoader other)
Construct with the class loaders of another multi loader.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Serialization.ClassResolvingObjectInputStream.addContextClassLoaders(MultiClassLoader loader) |
protected void |
Serialization.PersistentObjectInputStream.addContextClassLoaders(MultiClassLoader loader) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.