Uses of Class
org.springframework.dao.InvalidDataAccessResourceUsageException

Packages that use InvalidDataAccessResourceUsageException
org.springframework.dao Exception hierarchy enabling sophisticated error handling independent of the data access approach in use.  
org.springframework.jdbc The classes in this package make JDBC easier to use and reduce the likelihood of common errors.  
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts.  
 

Uses of InvalidDataAccessResourceUsageException in org.springframework.dao
 

Subclasses of InvalidDataAccessResourceUsageException in org.springframework.dao
 class IncorrectUpdateSemanticsDataAccessException
          Data access exception thrown when something unintended appears to have happened with an update, but the transaction hasn't already been rolled back.
 class TypeMismatchDataAccessException
          Exception thrown on mismatch between Java type and database type: for example on an attempt to set an object of the wrong type in an RDBMS column.
 

Uses of InvalidDataAccessResourceUsageException in org.springframework.jdbc
 

Subclasses of InvalidDataAccessResourceUsageException in org.springframework.jdbc
 class BadSqlGrammarException
          Exception thrown when SQL specified is invalid.
 class JdbcUpdateAffectedIncorrectNumberOfRowsException
          Exception thrown when a JDBC update affects an unexpected number of rows.
 

Uses of InvalidDataAccessResourceUsageException in org.springframework.orm.hibernate
 

Subclasses of InvalidDataAccessResourceUsageException in org.springframework.orm.hibernate
 class HibernateQueryException
          Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
 



Copyright (C) 2003-2004 The Spring Framework Project.