Uses of Class
org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy.LockOnChange
-
Packages that use OptimisticLockingPolicy.LockOnChange Package Description org.eclipse.persistence.descriptors org.eclipse.persistence.internal.descriptors -
-
Uses of OptimisticLockingPolicy.LockOnChange in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as OptimisticLockingPolicy.LockOnChange Modifier and Type Field Description protected OptimisticLockingPolicy.LockOnChangeVersionLockingPolicy. lockOnChangeModeMethods in org.eclipse.persistence.descriptors that return OptimisticLockingPolicy.LockOnChange Modifier and Type Method Description OptimisticLockingPolicy.LockOnChangeFieldsLockingPolicy. getLockOnChangeMode()ADVANCED: returns the LockOnChange mode for this policy.OptimisticLockingPolicy.LockOnChangeVersionLockingPolicy. getLockOnChangeMode()ADVANCED: returns the LockOnChange mode for this policy.Methods in org.eclipse.persistence.descriptors with parameters of type OptimisticLockingPolicy.LockOnChange Modifier and Type Method Description voidFieldsLockingPolicy. setLockOnChangeMode(OptimisticLockingPolicy.LockOnChange lockOnChangeMode)ADVANCED: Sets the LockOnChange mode for this policy.voidVersionLockingPolicy. setLockOnChangeMode(OptimisticLockingPolicy.LockOnChange lockOnChangeMode)ADVANCED: Sets the LockOnChange mode for this policy. -
Uses of OptimisticLockingPolicy.LockOnChange in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors that return OptimisticLockingPolicy.LockOnChange Modifier and Type Method Description OptimisticLockingPolicy.LockOnChangeOptimisticLockingPolicy. getLockOnChangeMode()ADVANCED: returns the LockOnChange mode for this policy.static OptimisticLockingPolicy.LockOnChangeOptimisticLockingPolicy.LockOnChange. valueOf(String name)Returns the enum constant of this type with the specified name.static OptimisticLockingPolicy.LockOnChange[]OptimisticLockingPolicy.LockOnChange. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.internal.descriptors with parameters of type OptimisticLockingPolicy.LockOnChange Modifier and Type Method Description voidOptimisticLockingPolicy. setLockOnChangeMode(OptimisticLockingPolicy.LockOnChange lockOnChangeMode)ADVANCED: Sets the LockOnChange mode for this policy.
-