Package org.linuxforhealth.fhir.database.utils.pool
-
Class Summary Class Description DatabaseSupport Support class for managing connections to a database for utility appsPoolConnectionProvider 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.