Uses of Enum
javax.persistence.LockModeType
-
Uses of LockModeType in javax.persistence
Methods in javax.persistence that return LockModeTypeModifier and TypeMethodDescriptionQuery.getLockMode()Get the current lock mode for the query.static LockModeTypeReturns 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 LockModeTypeModifier and TypeMethodDescriptionQuery.setLockMode(LockModeType lockMode) Set the lock mode type to be used for the query execution.