Uses of Class
org.eclipse.persistence.descriptors.ReturningPolicy.Info
-
Packages that use ReturningPolicy.Info Package Description org.eclipse.persistence.descriptors -
-
Uses of ReturningPolicy.Info in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors with type parameters of type ReturningPolicy.Info Modifier and Type Field Description protected List<ReturningPolicy.Info>ReturningPolicy. infosStores an object of type Info for every call to any of addField..Methods in org.eclipse.persistence.descriptors that return types with arguments of type ReturningPolicy.Info Modifier and Type Method Description List<ReturningPolicy.Info>ReturningPolicy. getFieldInfos()INTERNAL:protected Hashtable<DatabaseField,ReturningPolicy.Info>ReturningPolicy. removeDuplicateAndValidateInfos(AbstractSession session)Methods in org.eclipse.persistence.descriptors with parameters of type ReturningPolicy.Info Modifier and Type Method Description protected voidReturningPolicy. addMappedFieldToMain(DatabaseField field, ReturningPolicy.Info info)protected voidReturningPolicy. addUnmappedFieldToMain(DatabaseField field, ReturningPolicy.Info info)Method parameters in org.eclipse.persistence.descriptors with type arguments of type ReturningPolicy.Info Modifier and Type Method Description static booleanReturningPolicy. areCollectionsEqualAsSets(Collection<? extends ReturningPolicy.Info> col1, Collection<? extends ReturningPolicy.Info> col2)INTERNAL: Compares two Collections as sets (ignoring the order of the elements).booleanReturningPolicy. hasEqualFieldInfos(List<ReturningPolicy.Info> infosToCompare)INTERNAL: Used for testing onlyvoidReturningPolicy. setFieldInfos(List<ReturningPolicy.Info> infos)INTERNAL:
-