| Package | Description |
|---|---|
| io.ebean | |
| io.ebean.config.dbplatform |
Database platform specific support
|
| Modifier and Type | Method and Description |
|---|---|
Query.ForUpdate |
Query.getForUpdateMode()
Return the "for update" mode to use.
|
static Query.ForUpdate |
Query.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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DatabasePlatform.fromForUpdate(Query.ForUpdate forUpdateMode)
For update hint on the FROM clause (SQL server only).
|
Copyright © 2019. All rights reserved.