public static class DBPlugin.PlayConnectionCustomizer extends Object implements ConnectionCustomizer
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Integer> |
isolationLevels |
| Constructor and Description |
|---|
PlayConnectionCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAcquire(Connection c,
String parentDataSourceIdentityToken) |
void |
onCheckIn(Connection c,
String parentDataSourceIdentityToken) |
void |
onCheckOut(Connection c,
String parentDataSourceIdentityToken) |
void |
onDestroy(Connection c,
String parentDataSourceIdentityToken) |
public void onAcquire(Connection c, String parentDataSourceIdentityToken)
onAcquire in interface ConnectionCustomizerpublic void onDestroy(Connection c, String parentDataSourceIdentityToken)
onDestroy in interface ConnectionCustomizerpublic void onCheckOut(Connection c, String parentDataSourceIdentityToken)
onCheckOut in interface ConnectionCustomizerpublic void onCheckIn(Connection c, String parentDataSourceIdentityToken)
onCheckIn in interface ConnectionCustomizerGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly