Package org.hibernate.engine.jdbc.spi
package org.hibernate.engine.jdbc.spi
SPI contracts supporting various aspects of JDBC interaction.
-
ClassDescriptionSpecialized
JdbcWrapper
contract for wrapped objects that can additionally be invalidatedCoordinates JDBC-related activities.Provides access to services related to JDBC operations.JdbcWrapper<T>Generic contract for wrapped JDBC objects.Interface to the object that prepares JDBCPreparedStatement
s related to mutations on behalf of aJdbcCoordinator
.Deprecated, for removal: This API element is subject to removal in a future version.Use SchemaNameResolver instead.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.