Uses of Class
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator

Packages that use AbstractFallbackSQLExceptionTranslator
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
 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").
 



Copyright © 2002-2008 The Spring Framework.