Module com.aoapps.sql.pool
Package com.aoapps.sql.pool
package com.aoapps.sql.pool
-
ClassDescriptionReusable connection pooling with dynamic flaming tiger feature.Wraps a
Connection
and caches the transaction level, intended to avoid unnecessary round-trips imposed by PostgreSQLConnection.getTransactionIsolation()
andConnection.setTransactionIsolation(int)
.