Uses of Package
org.hibernate.engine.jdbc.spi
Packages that use org.hibernate.engine.jdbc.spi
Package
Description
Defines contracts for JDBC batching support.
SPI contracts supporting various aspects of JDBC interaction.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
This package abstracts persistence mechanisms for collections.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
Package defining support for creating and consuming a SQL AST.
Support for building
TableMutation
references for persisting entity mutation events-
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.batch.spi
-
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.env.spi
-
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.spiClassDescriptionGeneric contract for wrapped JDBC objects.Interface to the object that prepares JDBC
PreparedStatement
s related to mutations on behalf of aJdbcCoordinator
.Helper for handlingSQLException
s in various manners.Standard SQLWarning handler for logging warningsContract for handling warnings.Basic support forSqlExceptionHelper.WarningHandler
implementations which handle warningsCentralize logging for SQL statements.Interface to the object that prepares JDBCStatement
s andPreparedStatement
s on behalf of aJdbcCoordinator
.Deprecated, for removal: This API element is subject to removal in a future version.This class is no longer used and will be removedDescribes the intrinsic nullability of a data type as reported by the JDBC driver.Describes the searchability of a data type as reported by the JDBC driver. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.spiClassDescriptionCoordinates JDBC-related activities.Provides access to services related to JDBC operations.
-
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.metamodel.spi
-
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.persister.collection
-
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.resource.jdbc.spiClassDescriptionCoordinates JDBC-related activities.Provides access to services related to JDBC operations.Helper for handling
SQLException
s in various manners. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.sql.ast.spi
-
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.sql.model.ast.builder