Uses of Class
javax.persistence.LockModeType
-
Packages that use LockModeType Package Description javax.persistence -
-
Uses of LockModeType in javax.persistence
Methods in javax.persistence that return LockModeType Modifier and Type Method Description LockModeTypeQuery. getLockMode()LockModeTypelockMode()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)
-