public class PlayConnectionCustomizer
extends java.lang.Object
implements com.mchange.v2.c3p0.ConnectionCustomizer
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.Integer> |
isolationLevels |
Constructor and Description |
---|
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 com.mchange.v2.c3p0.ConnectionCustomizer
public void onDestroy(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)
onDestroy
in interface com.mchange.v2.c3p0.ConnectionCustomizer
public void onCheckOut(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)
onCheckOut
in interface com.mchange.v2.c3p0.ConnectionCustomizer
public void onCheckIn(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)
onCheckIn
in interface com.mchange.v2.c3p0.ConnectionCustomizer
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly