Uses of Class
org.eclipse.persistence.descriptors.ReturningPolicy
-
Packages that use ReturningPolicy Package Description org.eclipse.persistence.descriptors org.eclipse.persistence.sessions.factories -
-
Uses of ReturningPolicy in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as ReturningPolicy Modifier and Type Field Description protected ReturningPolicyClassDescriptor. returningPolicyFields in org.eclipse.persistence.descriptors with type parameters of type ReturningPolicy Modifier and Type Field Description protected List<ReturningPolicy>ClassDescriptor. returningPoliciesMethods in org.eclipse.persistence.descriptors that return ReturningPolicy Modifier and Type Method Description ReturningPolicyClassDescriptor. getReturningPolicy()PUBLIC: Return returning policy.Methods in org.eclipse.persistence.descriptors that return types with arguments of type ReturningPolicy Modifier and Type Method Description List<ReturningPolicy>ClassDescriptor. getReturningPolicies()PUBLIC: Return returning policy from current descriptor and from mappingsMethods in org.eclipse.persistence.descriptors with parameters of type ReturningPolicy Modifier and Type Method Description protected voidReturningPolicy. copyMainFrom(ReturningPolicy policy)booleanReturningPolicy. hasEqualFieldInfos(ReturningPolicy returningPolicyToCompare)INTERNAL: Used for testing onlybooleanReturningPolicy. hasEqualMains(ReturningPolicy policy)INTERNAL: Both ReturningPolicies should be initializedvoidClassDescriptor. setReturningPolicy(ReturningPolicy returningPolicy)PUBLIC: Sets the returning policy. -
Uses of ReturningPolicy in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type ReturningPolicy Modifier and Type Method Description protected voidProjectClassGenerator. addReturningPolicyLines(NonreflectiveMethodDefinition method, ReturningPolicy policy)protected voidProjectClassGenerator. addReturningPolicyLines(NonreflectiveMethodDefinition method, ReturningPolicy policy, String policyName)
-