Uses of Class
io.ebean.config.dbplatform.DatabasePlatform.OnQueryOnly
| Package | Description |
|---|---|
| io.ebean.config.dbplatform |
Database platform specific support
|
-
Uses of DatabasePlatform.OnQueryOnly in io.ebean.config.dbplatform
Methods in io.ebean.config.dbplatform that return DatabasePlatform.OnQueryOnly Modifier and Type Method Description DatabasePlatform.OnQueryOnlyDatabasePlatform. getOnQueryOnly()Return the behaviour to use when ending a read only transaction.static DatabasePlatform.OnQueryOnlyDatabasePlatform.OnQueryOnly. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabasePlatform.OnQueryOnly[]DatabasePlatform.OnQueryOnly. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean.config.dbplatform with parameters of type DatabasePlatform.OnQueryOnly Modifier and Type Method Description voidDatabasePlatform. setOnQueryOnly(DatabasePlatform.OnQueryOnly onQueryOnly)Set the behaviour to use when ending a read only transaction.