Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.exception.internal | |
org.hibernate.exception.spi |
Modifier and Type | Method and Description |
---|---|
SQLExceptionConversionDelegate |
SybaseASE157Dialect.buildSQLExceptionConversionDelegate() |
SQLExceptionConversionDelegate |
SQLServer2005Dialect.buildSQLExceptionConversionDelegate() |
SQLExceptionConversionDelegate |
PostgreSQL81Dialect.buildSQLExceptionConversionDelegate() |
SQLExceptionConversionDelegate |
Oracle8iDialect.buildSQLExceptionConversionDelegate() |
SQLExceptionConversionDelegate |
MySQLDialect.buildSQLExceptionConversionDelegate() |
SQLExceptionConversionDelegate |
H2Dialect.buildSQLExceptionConversionDelegate() |
SQLExceptionConversionDelegate |
Dialect.buildSQLExceptionConversionDelegate()
Build an instance of a
SQLExceptionConversionDelegate for
interpreting dialect-specific error or SQLState codes. |
SQLExceptionConversionDelegate |
DB2Dialect.buildSQLExceptionConversionDelegate() |
SQLExceptionConversionDelegate |
Cache71Dialect.buildSQLExceptionConversionDelegate() |
Modifier and Type | Class and Description |
---|---|
class |
CacheSQLExceptionConversionDelegate
A
SQLExceptionConversionDelegate
implementation specific to Caché SQL, accounting for its custom
integrity constraint violation error codes. |
class |
SQLExceptionTypeDelegate
SQLExceptionConverter implementation that does conversion based on the
JDBC 4 defined SQLException sub-type hierarchy. |
class |
SQLStateConversionDelegate
A SQLExceptionConverter implementation which performs conversion based on the underlying SQLState.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardSQLExceptionConverter.addDelegate(SQLExceptionConversionDelegate delegate) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLExceptionConversionDelegate |
Copyright © 2018 JBoss by Red Hat. All rights reserved.