Uses of Class
javax.persistence.LockModeType
-
-
Uses of LockModeType in javax.persistence
Methods in javax.persistence that return LockModeType Modifier and Type Method Description LockModeTypeQuery. getLockMode()Get the current lock mode for the query.LockModeTypelockMode()(Optional) The lock mode type to use in query execution.static LockModeTypeLockModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static LockModeType[]LockModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.persistence with parameters of type LockModeType Modifier and Type Method Description QueryQuery. setLockMode(LockModeType lockMode)Set the lock mode type to be used for the query execution.
-