Uses of Class
org.springframework.dao.InvalidDataAccessResourceUsageException
Packages that use InvalidDataAccessResourceUsageException
Package
Description
Exception hierarchy enabling sophisticated error handling independent
 of the data access approach in use.
The classes in this package make JDBC easier to use and
 reduce the likelihood of common errors.
Package providing integration of
 Hibernate 5.x
 with Spring concepts.
The classes in this package make R2DBC easier to use and
 reduce the likelihood of common errors.
- 
Uses of InvalidDataAccessResourceUsageException in org.springframework.daoSubclasses of InvalidDataAccessResourceUsageException in org.springframework.daoModifier and TypeClassDescriptionclassData access exception thrown when something unintended appears to have happened with an update, but the transaction hasn't already been rolled back.classException 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.jdbcSubclasses of InvalidDataAccessResourceUsageException in org.springframework.jdbcModifier and TypeClassDescriptionclassException thrown when SQL specified is invalid.classException thrown when a ResultSet has been accessed in an invalid fashion.classException thrown when a JDBC update affects an unexpected number of rows.
- 
Uses of InvalidDataAccessResourceUsageException in org.springframework.orm.hibernate5Modifier and TypeClassDescriptionclassHibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
- 
Uses of InvalidDataAccessResourceUsageException in org.springframework.r2dbcSubclasses of InvalidDataAccessResourceUsageException in org.springframework.r2dbcModifier and TypeClassDescriptionclassException thrown when SQL specified is invalid.