Uses of Class
org.eclipse.persistence.descriptors.InheritancePolicy
-
-
Uses of InheritancePolicy in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return InheritancePolicy Modifier and Type Method Description InheritancePolicyClassDescriptor. getDescriptorInheritancePolicy()PUBLIC: The inheritance policy is used to define how a descriptor takes part in inheritance.InheritancePolicyClassDescriptor. getInheritancePolicy()PUBLIC: The inheritance policy is used to define how a descriptor takes part in inheritance.InheritancePolicyClassDescriptor. getInheritancePolicyOrNull()INTERNAL: Return the inheritance policy.Methods in org.eclipse.persistence.descriptors with parameters of type InheritancePolicy Modifier and Type Method Description voidClassDescriptor. setInheritancePolicy(InheritancePolicy inheritancePolicy)INTERNAL: Sets the inheritance policy. -
Uses of InheritancePolicy in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis that return InheritancePolicy Modifier and Type Method Description InheritancePolicyEISDescriptor. getInheritancePolicy()PUBLIC: The inheritance policy is used to define how a descriptor takes part in inheritance. -
Uses of InheritancePolicy in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type InheritancePolicy Modifier and Type Method Description ObjectObjectBuilder. buildObject(ObjectBuildingQuery query, AbstractRecord databaseRow, JoinedAttributeManager joinManager, AbstractSession session, ClassDescriptor concreteDescriptor, InheritancePolicy inheritancePolicy, boolean isUnitOfWork, boolean shouldCacheQueryResults, boolean shouldUseWrapperPolicy)Return an instance of the receivers javaClass. -
Uses of InheritancePolicy in org.eclipse.persistence.internal.oxm
Subclasses of InheritancePolicy in org.eclipse.persistence.internal.oxm Modifier and Type Class Description classQNameInheritancePolicyINTERNAL: -
Uses of InheritancePolicy in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return InheritancePolicy Modifier and Type Method Description InheritancePolicyXMLDescriptor. getInheritancePolicy()PUBLIC: The inheritance policy is used to define how a descriptor takes part in inheritance. -
Uses of InheritancePolicy in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type InheritancePolicy Modifier and Type Method Description protected voidProjectClassGenerator. addInheritanceLines(NonreflectiveMethodDefinition method, InheritancePolicy policy)
-