Package org.hibernate.engine.jdbc.connections.internal
package org.hibernate.engine.jdbc.connections.internal
Various implementations of the SPI contracts for obtaining JDBC
Connection
s.-
ClassDescriptionTemplate (as in template pattern) support for
ConnectionCreator
implementors.The default factory forConnectionCreator
instances.Instantiates and configures an appropriateConnectionProvider
.Contract for validating JDBC connections.Standard implementation ofDatabaseConnectionInfo
AConnectionProvider
that manages connections from an underlyingDataSource
.A specializedConnectionCreator
which usesDriver.connect(String, Properties)
to obtain JDBC connections.A specializedConnectionCreator
which usesDriverManager.getConnection(String, Properties)
to obtain JDBC connections.A connection provider that uses theDriverManager
directly to open connections and provides a very rudimentary connection pool.A service initiator for theMultiTenantConnectionProvider
service.An implementation of theConnectionProvider
interface 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.