Uses of Class
org.eclipse.persistence.internal.core.descriptors.CoreInstantiationPolicy
-
Packages that use CoreInstantiationPolicy Package Description org.eclipse.persistence.core.descriptors org.eclipse.persistence.internal.descriptors org.eclipse.persistence.internal.oxm.mappings -
-
Uses of CoreInstantiationPolicy in org.eclipse.persistence.core.descriptors
Classes in org.eclipse.persistence.core.descriptors with type parameters of type CoreInstantiationPolicy Modifier and Type Class Description classCoreDescriptor<ATTRIBUTE_GROUP extends CoreAttributeGroup,DESCRIPTOR_EVENT_MANAGER extends CoreDescriptorEventManager,FIELD extends CoreField,INHERITANCE_POLICY extends CoreInheritancePolicy,INSTANTIATION_POLICY extends CoreInstantiationPolicy,LIST extends List,OBJECT_BUILDER extends CoreObjectBuilder>INTERNAL A abstraction of descriptor capturing behavior common to all persistence types.Fields in org.eclipse.persistence.core.descriptors declared as CoreInstantiationPolicy Modifier and Type Field Description protected INSTANTIATION_POLICYCoreDescriptor. instantiationPolicy -
Uses of CoreInstantiationPolicy in org.eclipse.persistence.internal.descriptors
Subclasses of CoreInstantiationPolicy in org.eclipse.persistence.internal.descriptors Modifier and Type Class Description classInstantiationPolicyPurpose: Allows customization of how an object is created/instantiated.classPersistenceObjectInstantiationPolicyUsed with weaving to create "empty" instances without using reflection. -
Uses of CoreInstantiationPolicy in org.eclipse.persistence.internal.oxm.mappings
Classes in org.eclipse.persistence.internal.oxm.mappings with type parameters of type CoreInstantiationPolicy Modifier and Type Interface Description interfaceDescriptor<ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CORE_MAPPING extends CoreMapping,FIELD extends CoreField,INHERITANCE_POLICY extends CoreInheritancePolicy,INSTANTIATION_POLICY extends CoreInstantiationPolicy,NAMESPACE_RESOLVER extends NamespaceResolver,OBJECT_BUILDER extends CoreObjectBuilder,TABLE extends CoreTable,UNMARSHAL_RECORD extends UnmarshalRecord,UNMARSHALLER extends Unmarshaller>
-