Uses of Enum
io.ebean.config.dbplatform.DatabasePlatform.OnQueryOnly
-
Uses of DatabasePlatform.OnQueryOnly in io.ebean.config.dbplatform
Modifier and TypeFieldDescriptionprotected DatabasePlatform.OnQueryOnly
DatabasePlatform.onQueryOnly
The behaviour used when ending a read only transaction at read committed isolation level.Modifier and TypeMethodDescriptionDatabasePlatform.getOnQueryOnly()
Return the behaviour to use when ending a read only transaction.static DatabasePlatform.OnQueryOnly
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.Modifier and TypeMethodDescriptionvoid
DatabasePlatform.setOnQueryOnly
(DatabasePlatform.OnQueryOnly onQueryOnly) Set the behaviour to use when ending a read only transaction.