Uses of Enum
jakarta.persistence.LockModeType
-
Uses of LockModeType in jakarta.persistence
Methods in jakarta.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 jakarta.persistence with parameters of type LockModeTypeModifier and TypeMethodDescriptionQuery.setLockMode(LockModeType lockMode) Set the lock mode type to be used for the query execution.