Package org.hibernate.engine.jdbc.connections.spi

Defines SPI contracts for obtaining JDBC Connections from a provider implemented as a service.

Typically, the provider is responsible not just for connecting to the database, but also for pooling connections and caching PreparedStatements.

There are two flavors of connection provider:

See Also:
ConnectionProvider, MultiTenantConnectionProvider