程序包 org.hibernate.engine.jdbc.connections.internal
Internals for accessing JDBC Connections
-
类概要 类 说明 BasicConnectionCreator Template (as in template pattern) support for ConnectionCreator implementors.ConnectionCreatorBuilder A builder for ConnectionCreator instancesConnectionProviderInitiator Instantiates and configures an appropriateConnectionProvider.DatasourceConnectionProviderImpl AConnectionProviderthat manages connections from an underlyingDataSource.DriverConnectionCreator A specialized ConnectionCreator which usesDriver.connect(java.lang.String, java.util.Properties)to generate ConnectionsDriverManagerConnectionCreator A specialized ConnectionCreator which usesDriverManager.getConnection(java.lang.String, java.util.Properties)to generate ConnectionsDriverManagerConnectionProviderImpl A connection provider that uses theDriverManagerdirectly to open connections and provides a very rudimentary connection pool.DriverManagerConnectionProviderImpl.PooledConnections DriverManagerConnectionProviderImpl.PooledConnections.Builder MultiTenantConnectionProviderInitiator A service initiator for the MultiTenantConnectionProvider serviceUserSuppliedConnectionProviderImpl 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