Uses of Class
com.ibm.fhir.database.utils.pool.PooledConnection
-
Packages that use PooledConnection Package Description com.ibm.fhir.database.utils.pool -
-
Uses of PooledConnection in com.ibm.fhir.database.utils.pool
Methods in com.ibm.fhir.database.utils.pool with parameters of type PooledConnection Modifier and Type Method Description protected void
PoolConnectionProvider. returnConnection(PooledConnection pc, boolean reuse)
Called when the connection is closed, which in this case is pretty much a NOP, because this connection will stay active on this thread until the transaction commits
-