Uses of Class
io.ebean.Query.LockType
-
Packages that use Query.LockType Package Description io.ebean -
-
Uses of Query.LockType in io.ebean
Methods in io.ebean that return Query.LockType Modifier and Type Method Description Query.LockType
Query. getForUpdateLockType()
Return the lock type (strength) to use with "for update".static Query.LockType
Query.LockType. valueOf(String name)
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.Methods in io.ebean with parameters of type Query.LockType Modifier and Type Method Description Query<T>
ExpressionList. withLock(Query.LockType lockType)
Execute the query with the given lock type and WAIT.Query<T>
ExpressionList. withLock(Query.LockType lockType, Query.LockWait lockWait)
Execute the query with the given lock type and lock wait.Query<T>
Query. withLock(Query.LockType lockType)
Execute the query with the given lock type and WAIT.Query<T>
Query. withLock(Query.LockType lockType, Query.LockWait lockWait)
Execute the query with the given lock type and lock wait.
-