Package com.ibm.fhir.database.utils.pool
-
Class Summary 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.