接口的使用
org.hibernate.exception.spi.SQLExceptionConverter
-
使用SQLExceptionConverter的程序包 程序包 说明 org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.exception.internal org.hibernate.exception.spi org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. -
-
org.hibernate.dialect中SQLExceptionConverter的使用
返回SQLExceptionConverter的org.hibernate.dialect中的方法 修饰符和类型 方法 说明 SQLExceptionConverterDialect. buildSQLExceptionConverter()已过时。Dialect.buildSQLExceptionConversionDelegate()should be overridden instead. -
org.hibernate.engine.jdbc.spi中SQLExceptionConverter的使用
返回SQLExceptionConverter的org.hibernate.engine.jdbc.spi中的方法 修饰符和类型 方法 说明 SQLExceptionConverterSqlExceptionHelper. getSqlExceptionConverter()Access the current exception converter being used internally.参数类型为SQLExceptionConverter的org.hibernate.engine.jdbc.spi中的方法 修饰符和类型 方法 说明 voidSqlExceptionHelper. setSqlExceptionConverter(SQLExceptionConverter sqlExceptionConverter)Inject the exception converter to use.参数类型为SQLExceptionConverter的org.hibernate.engine.jdbc.spi中的构造器 构造器 说明 SqlExceptionHelper(SQLExceptionConverter sqlExceptionConverter, boolean logWarnings)Create an exception helper with a specific exception converter. -
org.hibernate.engine.spi中SQLExceptionConverter的使用
返回SQLExceptionConverter的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 SQLExceptionConverterSessionFactoryDelegatingImpl. getSQLExceptionConverter()default SQLExceptionConverterSessionFactoryImplementor. getSQLExceptionConverter()已过时。since 5.0; useJdbcServices.getSqlExceptionHelper()->SqlExceptionHelper.getSqlExceptionConverter()instead as obtained fromSessionFactoryImplementor.getServiceRegistry() -
org.hibernate.exception.internal中SQLExceptionConverter的使用
实现SQLExceptionConverter的org.hibernate.exception.internal中的类 修饰符和类型 类 说明 classSQLStateConverter已过时。UseStandardSQLExceptionConverterwithSQLStateConversionDelegateinsteadclassStandardSQLExceptionConverter -
org.hibernate.exception.spi中SQLExceptionConverter的使用
返回SQLExceptionConverter的org.hibernate.exception.spi中的方法 修饰符和类型 方法 说明 static SQLExceptionConverterSQLExceptionConverterFactory. buildMinimalSQLExceptionConverter()Builds a minimal converter.static SQLExceptionConverterSQLExceptionConverterFactory. buildSQLExceptionConverter(Dialect dialect, Properties properties)Build a SQLExceptionConverter instance. -
org.hibernate.persister.collection中SQLExceptionConverter的使用
返回SQLExceptionConverter的org.hibernate.persister.collection中的方法 修饰符和类型 方法 说明 protected SQLExceptionConverterAbstractCollectionPersister. getSQLExceptionConverter()
-