Uses of Class
org.springframework.dao.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.dao
Modifier and TypeClassDescriptionclass
Data access exception thrown when something unintended appears to have happened with an update, but the transaction hasn't already been rolled back.class
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
Modifier and TypeClassDescriptionclass
Exception thrown when SQL specified is invalid.class
Exception thrown when a ResultSet has been accessed in an invalid fashion.class
Exception thrown when a JDBC update affects an unexpected number of rows. -
Uses of InvalidDataAccessResourceUsageException in org.springframework.orm.hibernate5
Modifier and TypeClassDescriptionclass
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax. -
Uses of InvalidDataAccessResourceUsageException in org.springframework.r2dbc
Modifier and TypeClassDescriptionclass
Exception thrown when SQL specified is invalid.