Uses of Enum
io.ebean.config.dbplatform.DatabasePlatform.OnQueryOnly
Packages that use DatabasePlatform.OnQueryOnly
-
Uses of DatabasePlatform.OnQueryOnly in io.ebean.config.dbplatform
Fields in io.ebean.config.dbplatform declared as DatabasePlatform.OnQueryOnlyModifier and TypeFieldDescriptionprotected DatabasePlatform.OnQueryOnlyDatabasePlatform.onQueryOnlyThe behaviour used when ending a read only transaction at read committed isolation level.Methods in io.ebean.config.dbplatform that return DatabasePlatform.OnQueryOnlyModifier and TypeMethodDescriptionDatabasePlatform.getOnQueryOnly()Return the behaviour to use when ending a read only transaction.static DatabasePlatform.OnQueryOnlyReturns 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.OnQueryOnlyModifier and TypeMethodDescriptionvoidDatabasePlatform.setOnQueryOnly(DatabasePlatform.OnQueryOnly onQueryOnly) Set the behaviour to use when ending a read only transaction.