| Interface | Description |
|---|---|
| ConnectionCustomizer |
Listener of connections created by a PoolingDataSource.
|
| JdbcPooledConnectionMBean |
JdbcPooledConnection Management interface. |
| LruEvictionListener |
Eviction listener interface for
LruStatementCache. |
| PoolingDataSourceMBean |
| Class | Description |
|---|---|
| BaseProxyHandlerClass |
Base class for Proxy InvocationHandlers.
|
| JdbcCallableStatementHandle |
CallableStatement
Statement wrapper. |
| JdbcConnectionHandle |
Disposable Connection handle.
|
| JdbcPooledConnection |
Implementation of a JDBC pooled connection wrapping vendor's
XAConnection implementation. |
| JdbcPreparedStatementHandle |
Caching
PreparedStatement wrapper. |
| JdbcResultSetHandle |
ResultSet
ResultSet wrapper. |
| JdbcStatementHandle |
Statement
Statement wrapper. |
| JdbcUncachedPreparedStatementHandle | |
| LruStatementCache |
Last Recently Used PreparedStatement cache with eviction listeners
support implementation.
|
| PoolingDataSource |
Implementation of a JDBC
DataSource wrapping vendor's XADataSource implementation. |
JDBC specific resource management code.
Copyright © 2006-2019 Bitronix Software. All Rights Reserved.