Package org.hibernate.engine.jdbc.spi
package org.hibernate.engine.jdbc.spi
SPI contracts supporting various aspects of JDBC interaction.
-
ClassDescriptionAn observer of logical connection events.A no-op adapter for
ConnectionObserver.SpecializedJdbcWrappercontract 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 JDBCPreparedStatements related to mutations on behalf of aJdbcCoordinator.Additional optional contract for connection observers to indicate that they should be released when the physical connection is released.Contract for resolving the schema of aConnection.Helper for handling SQLExceptions in various manners.Standard SQLWarning handler for logging warningsContract for handling warningsBasic support forSqlExceptionHelper.WarningHandlerimplementations which handle warningsCentralize logging for SQL statements.Interface to the object that prepares JDBCStatements andPreparedStatements 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.