Uses of Interface
org.eclipse.persistence.dynamic.EclipseLinkClassWriter
-
Packages that use EclipseLinkClassWriter Package Description org.eclipse.persistence.dynamic org.eclipse.persistence.exceptions -
-
Uses of EclipseLinkClassWriter in org.eclipse.persistence.dynamic
Classes in org.eclipse.persistence.dynamic that implement EclipseLinkClassWriter Modifier and Type Class Description classDynamicClassWriterWrite the byte codes of a dynamic entity class.Fields in org.eclipse.persistence.dynamic with type parameters of type EclipseLinkClassWriter Modifier and Type Field Description protected Map<String,EclipseLinkClassWriter>DynamicClassLoader. classWritersMap ofDynamicClassWriterused to dynamically create a class in theDynamicClassLoader.findClass(String)call.Methods in org.eclipse.persistence.dynamic that return EclipseLinkClassWriter Modifier and Type Method Description EclipseLinkClassWriterDynamicClassLoader. getClassWriter(String className)Methods in org.eclipse.persistence.dynamic that return types with arguments of type EclipseLinkClassWriter Modifier and Type Method Description protected Map<String,EclipseLinkClassWriter>DynamicClassLoader. getClassWriters()Methods in org.eclipse.persistence.dynamic with parameters of type EclipseLinkClassWriter Modifier and Type Method Description voidDynamicClassLoader. addClass(String className, EclipseLinkClassWriter writer)Register a class to be dynamically created using the providedDynamicClassWriter.booleanDynamicClassWriter. isCompatible(EclipseLinkClassWriter writer)Verify that the provided writer is compatible with the current writer.booleanEclipseLinkClassWriter. isCompatible(EclipseLinkClassWriter writer) -
Uses of EclipseLinkClassWriter in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type EclipseLinkClassWriter Modifier and Type Method Description static DynamicExceptionDynamicException. incompatibleDuplicateWriters(String className, EclipseLinkClassWriter existingWriter, EclipseLinkClassWriter writer)A call toDynamicClassLoader.addClass(String, org.eclipse.persistence.dynamic.EclipseLinkClassWriter)orDynamicClassLoader.createDynamicClass(String, DynamicClassWriter)was invoked with a className that already had aDynamicClassWriterthat is not compatible with the provided writer.
-