Uses of Class
io.ebean.Query.ForUpdate
-
Packages that use Query.ForUpdate Package Description io.ebean io.ebean.config.dbplatform Database platform specific support -
-
Uses of Query.ForUpdate in io.ebean
Methods in io.ebean that return Query.ForUpdate Modifier and Type Method Description Query.ForUpdateQuery. getForUpdateMode()Return the "for update" mode to use.static Query.ForUpdateQuery.ForUpdate. valueOf(String name)Returns the enum constant of this type with the specified name.static Query.ForUpdate[]Query.ForUpdate. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Query.ForUpdate in io.ebean.config.dbplatform
Methods in io.ebean.config.dbplatform with parameters of type Query.ForUpdate Modifier and Type Method Description StringDatabasePlatform. fromForUpdate(Query.ForUpdate forUpdateMode)For update hint on the FROM clause (SQL server only).
-