Uses of Enum
org.eclipse.persistence.annotations.OrderCorrectionType
Packages that use OrderCorrectionType
Package
Description
-
Uses of OrderCorrectionType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return OrderCorrectionTypeModifier and TypeMethodDescriptionstatic OrderCorrectionTypeReturns 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 OrderCorrectionTypeModifier and TypeFieldDescriptionprotected OrderCorrectionTypeOrderedListContainerPolicy.orderCorrectionTypeMethods in org.eclipse.persistence.internal.queries that return OrderCorrectionTypeMethods in org.eclipse.persistence.internal.queries with parameters of type OrderCorrectionTypeModifier and TypeMethodDescriptionvoidOrderedListContainerPolicy.setOrderCorrectionType(OrderCorrectionType orderCorrectionType) -
Uses of OrderCorrectionType in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings declared as OrderCorrectionTypeModifier and TypeFieldDescriptionprotected 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 OrderCorrectionTypeModifier and TypeMethodDescriptionCollectionMapping.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 OrderCorrectionTypeModifier and TypeMethodDescriptionvoidCollectionMapping.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").