Uses of Package
org.hibernate.engine.jdbc.spi
-
Packages that use org.hibernate.engine.jdbc.spi Package Description org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support.org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.cursor.internal Internals for JDBC REF_CURSOR support.org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.mutation.internal 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.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.resource.jdbc.internal Implementation of the SPI for managing JDBC connections and other heavyweight resources.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.backend.jdbc.internal An implementation ofTransactionCoordinator
based onJdbcResourceTransaction
.org.hibernate.resource.transaction.backend.jta.internal Implementations ofTransactionCoordinator
based on JTA.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.model.ast.builder Support for buildingTableMutation
references for persisting entity mutation eventsorg.hibernate.testing.boot org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.internal.exec Support for exporting generated DDL to the database or to SQL scripts. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.batch.internal Class Description JdbcCoordinator Coordinates JDBC-related activities. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.batch.spi Class Description JdbcCoordinator Coordinates JDBC-related activities. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.cursor.internal Class Description JdbcServices Provides access to services related to JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.env.internal Class Description SqlExceptionHelper Helper for handling SQLExceptions in various manners. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.env.spi Class Description SqlExceptionHelper Helper for handling SQLExceptions in various manners. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.internal Class Description JdbcCoordinator Coordinates JDBC-related activities.JdbcServices Provides access to services related to JDBC operations.MutationStatementPreparer Interface to the object that prepares JDBCPreparedStatement
s related to mutations on behalf of aJdbcCoordinator
.ResultSetReturn SqlExceptionHelper Helper for handling SQLExceptions in various manners.SqlStatementLogger Centralize logging for SQL statements.StatementPreparer Interface to the object that prepares JDBCStatement
s andPreparedStatement
s on behalf of aJdbcCoordinator
. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.mutation.internal Class Description JdbcServices Provides access to services related to JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.engine.jdbc.spi Class Description ConnectionObserver An observer of logical connection events.JdbcWrapper Generic contract for wrapped JDBC objects.MutationStatementPreparer Interface to the object that prepares JDBCPreparedStatement
s related to mutations on behalf of aJdbcCoordinator
.ResultSetReturn SqlExceptionHelper Helper for handling SQLExceptions in various manners.SqlExceptionHelper.StandardWarningHandler Standard SQLWarning handler for logging warningsSqlExceptionHelper.WarningHandler Contract for handling warningsSqlExceptionHelper.WarningHandlerLoggingSupport Basic support forSqlExceptionHelper.WarningHandler
implementations which handle warningsSqlStatementLogger Centralize logging for SQL statements.StatementPreparer Interface to the object that prepares JDBCStatement
s andPreparedStatement
s on behalf of aJdbcCoordinator
.TypeInfo Models type info extracted fromDatabaseMetaData.getTypeInfo()
TypeNullability Describes the intrinsic nullability of a data type as reported by the JDBC driver.TypeSearchability 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.spi Class Description JdbcCoordinator Coordinates JDBC-related activities.JdbcServices Provides access to services related to JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.internal Class Description ConnectionObserver An observer of logical connection events.JdbcCoordinator Coordinates JDBC-related activities.JdbcServices Provides access to services related to JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.metamodel.spi Class Description JdbcServices Provides access to services related to JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.persister.collection Class Description SqlExceptionHelper Helper for handling SQLExceptions in various manners. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.processor.validation Class Description JdbcServices Provides access to services related to JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.resource.jdbc.internal Class Description JdbcServices Provides access to services related to JDBC operations.SqlExceptionHelper Helper for handling SQLExceptions in various manners. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.resource.jdbc.spi Class Description JdbcServices Provides access to services related to JDBC operations.SqlExceptionHelper Helper for handling SQLExceptions in various manners. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.resource.transaction.backend.jdbc.internal Class Description SqlExceptionHelper Helper for handling SQLExceptions in various manners. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.resource.transaction.backend.jta.internal Class Description SqlExceptionHelper Helper for handling SQLExceptions in various manners. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.sql.ast.spi Class Description JdbcServices Provides access to services related to JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.sql.model.ast.builder Class Description JdbcServices Provides access to services related to JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.testing.boot Class Description JdbcServices Provides access to services related to JDBC operations.SqlExceptionHelper Helper for handling SQLExceptions in various manners.SqlStatementLogger Centralize logging for SQL statements. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.tool.schema.internal Class Description SqlExceptionHelper Helper for handling SQLExceptions in various manners.SqlStatementLogger Centralize logging for SQL statements. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.tool.schema.internal.exec Class Description SqlExceptionHelper Helper for handling SQLExceptions in various manners.SqlStatementLogger Centralize logging for SQL statements.