Uses of Package
org.hibernate.engine.jdbc.connections.spi
-
Packages that use org.hibernate.engine.jdbc.connections.spi Package Description org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnections from a provider implemented as a service.org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.query.sqm.mutation.spi SPI for handling SQM UPDATE and DELETE queriesorg.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session". -
Classes in org.hibernate.engine.jdbc.connections.spi used by org.hibernate.engine.jdbc.connections.spi Class Description AbstractDataSourceBasedMultiTenantConnectionProviderImpl Basic support for implementations ofMultiTenantConnectionProviderbased on DataSources.ConnectionProvider A contract for obtaining JDBC connections and, optionally, for pooling connections.DatabaseConnectionInfo Contract used for logging "database information" on bootstrapMultiTenantConnectionProvider A specializedConnectionprovider contract used when the application is using multi-tenancy support requiring tenant-aware connections. -
Classes in org.hibernate.engine.jdbc.connections.spi used by org.hibernate.engine.jdbc.spi Class Description JdbcConnectionAccess Provides centralized access to JDBC connections. -
Classes in org.hibernate.engine.jdbc.connections.spi used by org.hibernate.engine.spi Class Description JdbcConnectionAccess Provides centralized access to JDBC connections. -
Classes in org.hibernate.engine.jdbc.connections.spi used by org.hibernate.query.sqm.mutation.spi Class Description JdbcConnectionAccess Provides centralized access to JDBC connections. -
Classes in org.hibernate.engine.jdbc.connections.spi used by org.hibernate.resource.jdbc.spi Class Description JdbcConnectionAccess Provides centralized access to JDBC connections.