Uses of Class
org.eclipse.persistence.annotations.OrderCorrectionType
-
Packages that use OrderCorrectionType Package Description org.eclipse.persistence.annotations org.eclipse.persistence.internal.queries org.eclipse.persistence.mappings -
-
Uses of OrderCorrectionType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return OrderCorrectionType Modifier and Type Method Description OrderCorrectionTypevalue()static OrderCorrectionTypeOrderCorrectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderCorrectionType[]OrderCorrectionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrderCorrectionType in org.eclipse.persistence.internal.queries
Fields in org.eclipse.persistence.internal.queries declared as OrderCorrectionType Modifier and Type Field Description protected OrderCorrectionTypeOrderedListContainerPolicy. orderCorrectionTypeMethods in org.eclipse.persistence.internal.queries that return OrderCorrectionType Modifier and Type Method Description OrderCorrectionTypeOrderedListContainerPolicy. getOrderCorrectionType()Methods in org.eclipse.persistence.internal.queries with parameters of type OrderCorrectionType Modifier and Type Method Description voidOrderedListContainerPolicy. setOrderCorrectionType(OrderCorrectionType orderCorrectionType) -
Uses of OrderCorrectionType in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings declared as OrderCorrectionType Modifier and Type Field Description protected OrderCorrectionTypeCollectionMapping. orderCorrectionTypeSpecifies what should be done if the list of values read from listOrserField is invalid (there should be no nulls, no duplicates, no "holes").Methods in org.eclipse.persistence.mappings that return OrderCorrectionType Modifier and Type Method Description OrderCorrectionTypeCollectionMapping. getOrderCorrectionType()PUBLIC: Specifies what should be done if the list of values read from listOrserField is invalid (there should be no nulls, no duplicates, no "holes").Methods in org.eclipse.persistence.mappings with parameters of type OrderCorrectionType Modifier and Type Method Description voidCollectionMapping. setOrderCorrectionType(OrderCorrectionType orderCorrectionType)PUBLIC: Specifies what should be done if the list of values read from listOrserField is invalid (there should be no nulls, no duplicates, no "holes").
-