Package | Description |
---|---|
org.springframework.jdbc.support |
Support classes for the JDBC framework, used by the classes in the
jdbc.core and jdbc.object packages.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLErrorCodeSQLExceptionTranslator
Implementation of
SQLExceptionTranslator that analyzes vendor-specific error codes. |
class |
SQLExceptionSubclassTranslator
SQLExceptionTranslator implementation which analyzes the specific
SQLException subclass thrown by the JDBC driver. |
class |
SQLStateSQLExceptionTranslator
SQLExceptionTranslator implementation that analyzes the SQL state in
the SQLException based on the first two digits (the SQL state "class"). |