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