Uses of Interface
net.officefloor.jdbc.pool.ThreadLocalJdbcConnectionPool.PooledConnectionWrapperFactory
-
Packages that use ThreadLocalJdbcConnectionPool.PooledConnectionWrapperFactory Package Description net.officefloor.jdbc.pool -
-
Uses of ThreadLocalJdbcConnectionPool.PooledConnectionWrapperFactory in net.officefloor.jdbc.pool
Methods in net.officefloor.jdbc.pool that return ThreadLocalJdbcConnectionPool.PooledConnectionWrapperFactory Modifier and Type Method Description static ThreadLocalJdbcConnectionPool.PooledConnectionWrapperFactory
ThreadLocalJdbcConnectionPool. createWrapperFactory(SourceContext sourceContext)
Constructors in net.officefloor.jdbc.pool with parameters of type ThreadLocalJdbcConnectionPool.PooledConnectionWrapperFactory Constructor Description ThreadLocalJdbcConnectionPool(javax.sql.ConnectionPoolDataSource dataSource, ThreadLocalJdbcConnectionPool.PooledConnectionWrapperFactory wrapperFactory, int maximumConnections, long connectionWaitTime)
Instantiate.
-