Uses of Class
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Packages that use AbstractFallbackSQLExceptionTranslator
Package
Description
Support classes for the JDBC framework, used by the classes in the
 jdbc.core and jdbc.object packages.
- 
Uses of AbstractFallbackSQLExceptionTranslator in org.springframework.jdbc.supportSubclasses of AbstractFallbackSQLExceptionTranslator in org.springframework.jdbc.supportModifier and TypeClassDescriptionclassImplementation ofSQLExceptionTranslatorthat analyzes vendor-specific error codes.classSQLExceptionTranslatorimplementation which analyzes the specificSQLExceptionsubclass thrown by the JDBC driver.classSQLExceptionTranslatorimplementation that analyzes the SQL state in theSQLExceptionbased on the first two digits (the SQL state "class").