Uses of Class
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Packages that use AbstractFallbackSQLExceptionTranslator Package Description org.springframework.jdbc.support 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.support
Subclasses of AbstractFallbackSQLExceptionTranslator in org.springframework.jdbc.support Modifier and Type Class Description classSQLErrorCodeSQLExceptionTranslatorImplementation ofSQLExceptionTranslatorthat analyzes vendor-specific error codes.classSQLExceptionSubclassTranslatorSQLExceptionTranslatorimplementation which analyzes the specificSQLExceptionsubclass thrown by the JDBC driver.classSQLStateSQLExceptionTranslatorSQLExceptionTranslatorimplementation that analyzes the SQL state in theSQLExceptionbased on the first two digits (the SQL state "class").