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 ConnectionCustomizer
public void onDestroy(Connection c, String parentDataSourceIdentityToken)
onDestroy
in interface ConnectionCustomizer
public void onCheckOut(Connection c, String parentDataSourceIdentityToken)
onCheckOut
in interface ConnectionCustomizer
public void onCheckIn(Connection c, String parentDataSourceIdentityToken)
onCheckIn
in interface ConnectionCustomizer
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly