Uses of Package
org.hibernate.resource.jdbc.spi
-
Packages that use org.hibernate.resource.jdbc.spi Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate.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.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC. -
Classes in org.hibernate.resource.jdbc.spi used by org.hibernate Class Description PhysicalConnectionHandlingMode Enumerates valid combinations ofConnectionAcquisitionModeandConnectionReleaseMode.StatementInspector Implementors may inspect and even process each SQL command issued by a session, before a JDBC statement is prepared. -
Classes in org.hibernate.resource.jdbc.spi used by org.hibernate.boot Class Description PhysicalConnectionHandlingMode Enumerates valid combinations ofConnectionAcquisitionModeandConnectionReleaseMode.StatementInspector Implementors may inspect and even process each SQL command issued by a session, before a JDBC statement is prepared. -
Classes in org.hibernate.resource.jdbc.spi used by org.hibernate.boot.spi Class Description PhysicalConnectionHandlingMode Enumerates valid combinations ofConnectionAcquisitionModeandConnectionReleaseMode.StatementInspector Implementors may inspect and even process each SQL command issued by a session, before a JDBC statement is prepared. -
Classes in org.hibernate.resource.jdbc.spi used by org.hibernate.cfg Class Description StatementInspector Implementors may inspect and even process each SQL command issued by a session, before a JDBC statement is prepared. -
Classes in org.hibernate.resource.jdbc.spi used by org.hibernate.engine.jdbc.spi Class Description JdbcSessionContext Provides the "JDBC session" with contextual information it needs during its lifecycle.LogicalConnectionImplementor SPI contract forLogicalConnection. -
Classes in org.hibernate.resource.jdbc.spi used by org.hibernate.engine.spi Class Description JdbcSessionContext Provides the "JDBC session" with contextual information it needs during its lifecycle.JdbcSessionOwner Contract for something that controls aJdbcSessionContext.PhysicalConnectionHandlingMode Enumerates valid combinations ofConnectionAcquisitionModeandConnectionReleaseMode.StatementInspector Implementors may inspect and even process each SQL command issued by a session, before a JDBC statement is prepared. -
Classes in org.hibernate.resource.jdbc.spi used by org.hibernate.event.spi Class Description JdbcSessionOwner Contract for something that controls aJdbcSessionContext. -
Classes in org.hibernate.resource.jdbc.spi used by org.hibernate.resource.jdbc.spi Class Description JdbcObserver Deprecated, for removal: This API element is subject to removal in a future version.It is no longer possible to plug custom implementations of this SPI.JdbcSessionContext Provides the "JDBC session" with contextual information it needs during its lifecycle.PhysicalConnectionHandlingMode Enumerates valid combinations ofConnectionAcquisitionModeandConnectionReleaseMode.PhysicalJdbcTransaction Provides access to manage "transactionality" via the JDBCConnection.StatementInspector Implementors may inspect and even process each SQL command issued by a session, before a JDBC statement is prepared. -
Classes in org.hibernate.resource.jdbc.spi used by org.hibernate.resource.transaction.spi Class Description JdbcSessionOwner Contract for something that controls aJdbcSessionContext.PhysicalConnectionHandlingMode Enumerates valid combinations ofConnectionAcquisitionModeandConnectionReleaseMode. -
Classes in org.hibernate.resource.jdbc.spi used by org.hibernate.sql.exec.spi Class Description LogicalConnectionImplementor SPI contract forLogicalConnection.