Uses of Package
com.ibm.fhir.database.utils.pool
-
Packages that use com.ibm.fhir.database.utils.pool Package Description com.ibm.fhir.database.utils.pool -
Classes in com.ibm.fhir.database.utils.pool used by com.ibm.fhir.database.utils.pool Class Description PoolConnectionProvider Provides a simple connection pool with some thread-local behavior so that requests for a connection within the same thread will get the same connection back.PooledConnection Wrapping of a real database connection so that we can intercept the close call and therefore reuse the connection.