Uses of Package
org.hibernate.engine.jdbc.spi
-
Packages that use org.hibernate.engine.jdbc.spi Package Description org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.cte org.hibernate.hql.spi.id.global org.hibernate.hql.spi.id.inline org.hibernate.hql.spi.id.local org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.persister.collection org.hibernate.testing.boot -
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.env.spi Class Description SqlExceptionHelper Helper for handling SQLExceptions in various manners.TypeInfo Models type info extracted fromDatabaseMetaData.getTypeInfo()
-
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.ResultSetReturn Contract for extracting ResultSets from Statements, executing Statements, managing Statement/ResultSet resources, and logging statement calls.ResultSetWrapper Deprecated.(since 5.5) Scheduled for removal in 6.0 as ResultSet wrapping is no longer neededSqlExceptionHelper Helper for handling SQLExceptions in various manners.SqlExceptionHelper.StandardWarningHandler Standard SQLWarning handler for logging warningsSqlExceptionHelper.WarningHandler Contract for handlingwarnings
SqlExceptionHelper.WarningHandlerLoggingSupport Basic support forSqlExceptionHelper.WarningHandler
implementations which handlewarnings
SqlStatementLogger Centralize logging for SQL statements.StatementPreparer Contracting for preparing SQL statementsTypeInfo Models type info extracted fromDatabaseMetaData.getTypeInfo()
TypeNullability Describes the instrinsic 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 Contract for services around JDBC operations.SqlExceptionHelper Helper for handling SQLExceptions in various manners. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.hql.spi.id Class Description JdbcServices Contract for services around JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.hql.spi.id.cte Class Description JdbcServices Contract for services around JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.hql.spi.id.global Class Description JdbcServices Contract for services around JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.hql.spi.id.inline Class Description JdbcServices Contract for services around JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.hql.spi.id.local Class Description JdbcServices Contract for services around JDBC operations. -
Classes in org.hibernate.engine.jdbc.spi used by org.hibernate.hql.spi.id.persistent Class Description JdbcServices Contract for services around 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.testing.boot Class Description JdbcServices Contract for services around JDBC operations.ResultSetWrapper Deprecated.(since 5.5) Scheduled for removal in 6.0 as ResultSet wrapping is no longer neededSqlExceptionHelper Helper for handling SQLExceptions in various manners.SqlStatementLogger Centralize logging for SQL statements.