Package org.hibernate.engine.jdbc.connections.spi
Defines contracts for accessing JDBC Connections
-
Interface Summary Interface Description ConnectionProvider A contract for obtaining JDBC connections.JdbcConnectionAccess Provides centralized access to JDBC connections.MultiTenantConnectionProvider A specialized Connection provider contract used when the application is using multi-tenancy support requiring tenant aware connections. -
Class Summary Class Description AbstractDataSourceBasedMultiTenantConnectionProviderImpl Basic support for implementations ofMultiTenantConnectionProviderbased on DataSources.AbstractMultiTenantConnectionProvider Basic support forMultiTenantConnectionProviderimplementations using individualConnectionProviderinstances per tenant behind the scenes.DataSourceBasedMultiTenantConnectionProviderImpl A concrete implementation of theMultiTenantConnectionProvidercontract bases on a number of reasonable assumptions.