| Package | Description |
|---|---|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| Modifier and Type | Field and Description |
|---|---|
protected DatabasePlatform.OnQueryOnly |
DatabasePlatform.onQueryOnly
The behaviour used when ending a read only transaction at read committed isolation level.
|
| Modifier and Type | Method and Description |
|---|---|
DatabasePlatform.OnQueryOnly |
DatabasePlatform.getOnQueryOnly()
Return the behaviour to use when ending a read only transaction.
|
static DatabasePlatform.OnQueryOnly |
DatabasePlatform.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabasePlatform.setOnQueryOnly(DatabasePlatform.OnQueryOnly onQueryOnly)
Set the behaviour to use when ending a read only transaction.
|
Copyright © 2016. All rights reserved.