Uses of Class
org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
-
Packages that use DynamicTypeImpl Package Description org.eclipse.persistence.dynamic org.eclipse.persistence.internal.dynamic -
-
Uses of DynamicTypeImpl in org.eclipse.persistence.dynamic
Fields in org.eclipse.persistence.dynamic declared as DynamicTypeImpl Modifier and Type Field Description protected DynamicTypeImplDynamicTypeBuilder. entityTypeThe type being configured for dynamic use or being created/extended -
Uses of DynamicTypeImpl in org.eclipse.persistence.internal.dynamic
Fields in org.eclipse.persistence.internal.dynamic declared as DynamicTypeImpl Modifier and Type Field Description protected DynamicTypeImplDynamicPropertiesManager. typeMethods in org.eclipse.persistence.internal.dynamic that return DynamicTypeImpl Modifier and Type Method Description DynamicTypeImplDynamicEntityImpl. getType()Gets internal impl class ofDynamicType.Methods in org.eclipse.persistence.internal.dynamic with parameters of type DynamicTypeImpl Modifier and Type Method Description voidDynamicPropertiesInitializatonPolicy. initializeProperties(DynamicTypeImpl type, DynamicEntityImpl entity)After entity is created, initialize all required attributes.
-