Uses of Class
bitronix.tm.resource.jdbc.JdbcPooledConnection
Packages that use JdbcPooledConnection
-
Uses of JdbcPooledConnection in bitronix.tm.resource.jdbc
Methods in bitronix.tm.resource.jdbc that return JdbcPooledConnectionModifier and TypeMethodDescriptionJdbcConnectionHandle.getPooledConnection()protected JdbcPooledConnectionJdbcPreparedStatementHandle.getPooledConnection()Methods in bitronix.tm.resource.jdbc with parameters of type JdbcPooledConnectionModifier and TypeMethodDescriptionprotected voidJdbcPreparedStatementHandle.setPooledConnection(JdbcPooledConnection pooledConnection) Set the parent connection that created this statement.Constructors in bitronix.tm.resource.jdbc with parameters of type JdbcPooledConnectionModifierConstructorDescriptionJdbcCallableStatementHandle(CallableStatement delegate, JdbcPooledConnection pooledConnection) JdbcConnectionHandle(JdbcPooledConnection jdbcPooledConnection, Connection connection) JdbcStatementHandle(Statement delegate, JdbcPooledConnection pooledConnection) JdbcUncachedPreparedStatementHandle(PreparedStatement delegate, JdbcPooledConnection pooledConnection)