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
.Contract for resolving the schema of aConnection
.Helper for handlingSQLException
s in various manners.Standard SQLWarning handler for logging warningsContract for handling warningsBasic 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
.Models type info extracted fromDatabaseMetaData.getTypeInfo()
Describes 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.