Uses of Class
org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
-
Uses of CoreInheritancePolicy in org.eclipse.persistence.core.descriptors
Classes in org.eclipse.persistence.core.descriptors with type parameters of type CoreInheritancePolicy 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 CoreInheritancePolicy Modifier and Type Field Description protected INHERITANCE_POLICYCoreDescriptor. inheritancePolicy -
Uses of CoreInheritancePolicy in org.eclipse.persistence.descriptors
Subclasses of CoreInheritancePolicy in org.eclipse.persistence.descriptors Modifier and Type Class Description classInheritancePolicyPurpose: Allows customization of an object's inheritance. -
Uses of CoreInheritancePolicy in org.eclipse.persistence.internal.oxm
Subclasses of CoreInheritancePolicy in org.eclipse.persistence.internal.oxm Modifier and Type Class Description classQNameInheritancePolicyINTERNAL: -
Uses of CoreInheritancePolicy in org.eclipse.persistence.internal.oxm.mappings
Classes in org.eclipse.persistence.internal.oxm.mappings with type parameters of type CoreInheritancePolicy 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>
-