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 | 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 © 2001-2015 Red Hat, Inc. All Rights Reserved.