Uses of Class
org.eclipse.persistence.annotations.OptimisticLockingType
-
Packages that use OptimisticLockingType Package Description org.eclipse.persistence.annotations -
-
Uses of OptimisticLockingType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return OptimisticLockingType Modifier and Type Method Description OptimisticLockingTypetype()(Optional) The type of optimistic locking policy to use.static OptimisticLockingTypeOptimisticLockingType. valueOf(String name)Returns the enum constant of this type with the specified name.static OptimisticLockingType[]OptimisticLockingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-