Package org.hibernate.engine.jdbc.connections.internal
package org.hibernate.engine.jdbc.connections.internal
Various implementations of the SPI contracts for obtaining JDBC
Connections.-
ClassDescriptionTemplate (as in template pattern) support for
ConnectionCreatorimplementors.The default factory forConnectionCreatorinstances.Instantiates and configures an appropriateConnectionProvider.Contract for validating JDBC connections.Standard implementation ofDatabaseConnectionInfoAConnectionProviderthat manages connections from an underlyingDataSource.A specializedConnectionCreatorwhich usesDriver.connect(String, Properties)to obtain JDBC connections.A specializedConnectionCreatorwhich usesDriverManager.getConnection(String, Properties)to obtain JDBC connections.A connection provider that uses theDriverManagerdirectly to open connections and provides a very rudimentary connection pool.A service initiator for theMultiTenantConnectionProviderservice.An implementation of theConnectionProviderinterface that simply throws an exception when a connection is requested, the assumption being that the application is responsible for handing the connection to use to the session.