Uses of Class
org.eclipse.persistence.dynamic.DynamicClassLoader
-
Packages that use DynamicClassLoader Package Description org.eclipse.persistence.dynamic org.eclipse.persistence.exceptions -
-
Uses of DynamicClassLoader in org.eclipse.persistence.dynamic
Fields in org.eclipse.persistence.dynamic declared as DynamicClassLoader Modifier and Type Field Description protected DynamicClassLoaderDynamicEnumBuilder. dclMethods in org.eclipse.persistence.dynamic that return DynamicClassLoader Modifier and Type Method Description DynamicClassLoaderDynamicHelper. getDynamicClassLoader()static DynamicClassLoaderDynamicClassLoader. lookup(Session session)Lookup the DynamicConversionManager for the given session.Methods in org.eclipse.persistence.dynamic with parameters of type DynamicClassLoader Modifier and Type Method Description protected voidDynamicTypeBuilder. addDynamicClasses(DynamicClassLoader dcl, String className, DynamicType parentType)Register aDynamicClassWriterwith the providedDynamicClassLoaderso that a dynamic class can be generated when needed.DynamicEnumBuilderDynamicTypeBuilder. addEnum(String fieldName, String className, String columnName, DynamicClassLoader dcl)static ProjectDynamicTypeBuilder. loadDynamicProject(InputStream resourceStream, DatabaseLogin login, DynamicClassLoader dynamicClassLoader)Load a dynamic project from deployment XML creating dynamic types for all descriptors where the provided class name does not exist.static ProjectDynamicTypeBuilder. loadDynamicProject(String resourcePath, DatabaseLogin login, DynamicClassLoader dynamicClassLoader)Load a dynamic project from deployment XML creating dynamic types for all descriptors where the provided class name does not exist.static ProjectDynamicTypeBuilder. loadDynamicProject(Project project, DatabaseLogin login, DynamicClassLoader dynamicClassLoader)byte[]DynamicClassWriter. writeClass(DynamicClassLoader loader, String className)byte[]EclipseLinkClassWriter. writeClass(DynamicClassLoader loader, String className)Constructors in org.eclipse.persistence.dynamic with parameters of type DynamicClassLoader Constructor Description DynamicEnumBuilder(String className, AbstractDirectMapping adm, DynamicClassLoader dcl)DynamicTypeBuilder(DynamicClassLoader dcl, ClassDescriptor descriptor, DynamicType parentType)Create an EntityTypeBuilder for an existing descriptor. -
Uses of DynamicClassLoader in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type DynamicClassLoader Modifier and Type Method Description static DynamicExceptionDynamicException. illegalDynamicClassWriter(DynamicClassLoader loader, String parentClassName)ADynamicClassWriterwas attempted to be instantiated with a null loader or invalid parentClassName.
-