Uses of Enum
io.ebean.Query.LockType
Package
Description
Database platform specific support
-
Uses of Query.LockType in io.ebean
Modifier and TypeMethodDescriptionQuery.getForUpdateLockType()
Return the lock type (strength) to use with "for update".static Query.LockType
Returns the enum constant of this type with the specified name.static Query.LockType[]
Query.LockType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionExpressionList.withLock
(Query.LockType lockType) Execute the query with the given lock type and WAIT.ExpressionList.withLock
(Query.LockType lockType, Query.LockWait lockWait) Execute the query with the given lock type and lock wait.Query.withLock
(Query.LockType lockType) Execute the query with the given lock type and WAIT.Query.withLock
(Query.LockType lockType, Query.LockWait lockWait) Execute the query with the given lock type and lock wait. -
Uses of Query.LockType in io.ebean.config.dbplatform
Modifier and TypeMethodDescriptionprotected String
DatabasePlatform.withForUpdate
(String sql, Query.LockWait lockWait, Query.LockType lockType)