接口的使用
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
-
使用SqlExceptionHelper.WarningHandler的程序包 程序包 说明 org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interaction -
-
org.hibernate.engine.jdbc.spi中SqlExceptionHelper.WarningHandler的使用
实现SqlExceptionHelper.WarningHandler的org.hibernate.engine.jdbc.spi中的类 修饰符和类型 类 说明 static classSqlExceptionHelper.StandardWarningHandlerStandard SQLWarning handler for logging warningsstatic classSqlExceptionHelper.WarningHandlerLoggingSupportBasic support forSqlExceptionHelper.WarningHandlerimplementations which handlewarnings参数类型为SqlExceptionHelper.WarningHandler的org.hibernate.engine.jdbc.spi中的方法 修饰符和类型 方法 说明 voidSqlExceptionHelper. handleAndClearWarnings(Connection connection, SqlExceptionHelper.WarningHandler handler)General purpose handling of warnings associated with a JDBCConnection.voidSqlExceptionHelper. handleAndClearWarnings(Statement statement, SqlExceptionHelper.WarningHandler handler)General purpose handling of warnings associated with a JDBCStatement.voidSqlExceptionHelper. walkWarnings(SQLWarning warning, SqlExceptionHelper.WarningHandler handler)Generic algorithm to walk the hierarchy of SQLWarnings
-