Uses of Enum
io.ebean.Query.LockWait
Package
Description
Database platform specific support
-
Uses of Query.LockWait in io.ebean
Modifier and TypeMethodDescriptionQuery.getForUpdateLockWait()
Return the "for update" wait mode to use.static Query.LockWait
Returns the enum constant of this type with the specified name.static Query.LockWait[]
Query.LockWait.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionExpressionList.withLock
(Query.LockType lockType, Query.LockWait lockWait) Execute the query with the given lock type and lock wait.Query.withLock
(Query.LockType lockType, Query.LockWait lockWait) Execute the query with the given lock type and lock wait. -
Uses of Query.LockWait in io.ebean.config.dbplatform
Modifier and TypeMethodDescriptionDatabasePlatform.fromForUpdate
(Query.LockWait lockWait) For update hint on the FROM clause (SQL server only).protected String
DatabasePlatform.withForUpdate
(String sql, Query.LockWait lockWait, Query.LockType lockType)