play.db
类 DBConfig.PlayConnectionCustomizer

java.lang.Object
  继承者 play.db.DBConfig.PlayConnectionCustomizer
所有已实现的接口:
ConnectionCustomizer
包容类:
DBConfig

public static class DBConfig.PlayConnectionCustomizer
extends java.lang.Object
implements ConnectionCustomizer


字段摘要
static java.util.Map<java.lang.String,java.lang.Integer> isolationLevels
           
 
构造方法摘要
DBConfig.PlayConnectionCustomizer()
           
 
方法摘要
 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)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

isolationLevels

public static java.util.Map<java.lang.String,java.lang.Integer> isolationLevels
构造方法详细信息

DBConfig.PlayConnectionCustomizer

public DBConfig.PlayConnectionCustomizer()
方法详细信息

onAcquire

public void onAcquire(java.sql.Connection c,
                      java.lang.String parentDataSourceIdentityToken)
指定者:
接口 ConnectionCustomizer 中的 onAcquire

onDestroy

public void onDestroy(java.sql.Connection c,
                      java.lang.String parentDataSourceIdentityToken)
指定者:
接口 ConnectionCustomizer 中的 onDestroy

onCheckOut

public void onCheckOut(java.sql.Connection c,
                       java.lang.String parentDataSourceIdentityToken)
指定者:
接口 ConnectionCustomizer 中的 onCheckOut

onCheckIn

public void onCheckIn(java.sql.Connection c,
                      java.lang.String parentDataSourceIdentityToken)
指定者:
接口 ConnectionCustomizer 中的 onCheckIn


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly