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.
-
Uses of InvalidDataAccessResourceUsageException in org.springframework.dao
Subclasses 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.