Package play.db.c3p0
Class PlayConnectionCustomizer
- java.lang.Object
-
- play.db.c3p0.PlayConnectionCustomizer
-
- All Implemented Interfaces:
com.mchange.v2.c3p0.ConnectionCustomizer
public class PlayConnectionCustomizer extends java.lang.Object implements com.mchange.v2.c3p0.ConnectionCustomizer
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Map<java.lang.String,java.lang.Integer>isolationLevels
-
Constructor Summary
Constructors Constructor Description PlayConnectionCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonAcquire(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)voidonCheckIn(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)voidonCheckOut(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)voidonDestroy(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)
-
-
-
Method Detail
-
onAcquire
public void onAcquire(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)- Specified by:
onAcquirein interfacecom.mchange.v2.c3p0.ConnectionCustomizer
-
onDestroy
public void onDestroy(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)- Specified by:
onDestroyin interfacecom.mchange.v2.c3p0.ConnectionCustomizer
-
onCheckOut
public void onCheckOut(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)- Specified by:
onCheckOutin interfacecom.mchange.v2.c3p0.ConnectionCustomizer
-
onCheckIn
public void onCheckIn(java.sql.Connection c, java.lang.String parentDataSourceIdentityToken)- Specified by:
onCheckInin interfacecom.mchange.v2.c3p0.ConnectionCustomizer
-
-