Uses of Class
org.linuxforhealth.fhir.database.utils.pool.PooledConnection
-
Packages that use PooledConnection Package Description org.linuxforhealth.fhir.database.utils.pool -
-
Uses of PooledConnection in org.linuxforhealth.fhir.database.utils.pool
Methods in org.linuxforhealth.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
-