Uses of Class
org.springframework.dao.DataRetrievalFailureException
Packages that use DataRetrievalFailureException
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.
Support classes for the JDBC framework, used by the classes in the
 jdbc.core and jdbc.object packages.
Root package for Spring's O/R Mapping integration classes.
Package providing integration of
 Hibernate 5.x
 with Spring concepts.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
- 
Uses of DataRetrievalFailureException in org.springframework.daoSubclasses of DataRetrievalFailureException in org.springframework.daoModifier and TypeClassDescriptionclassData access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.classData access exception thrown when a result was not of the expected size, for example when expecting a single row but getting 0 or more than 1 rows.
- 
Uses of DataRetrievalFailureException in org.springframework.jdbcSubclasses of DataRetrievalFailureException in org.springframework.jdbcModifier and TypeClassDescriptionclassData access exception thrown when a result set did not have the correct column count, for example when expecting a single column but getting 0 or more than 1 columns.classException to be thrown when a LOB could not be retrieved.
- 
Uses of DataRetrievalFailureException in org.springframework.jdbc.supportMethods in org.springframework.jdbc.support that throw DataRetrievalFailureException
- 
Uses of DataRetrievalFailureException in org.springframework.ormSubclasses of DataRetrievalFailureException in org.springframework.ormModifier and TypeClassDescriptionclassException thrown if a mapped object could not be retrieved via its identifier.
- 
Uses of DataRetrievalFailureException in org.springframework.orm.hibernate5Subclasses of DataRetrievalFailureException in org.springframework.orm.hibernate5Modifier and TypeClassDescriptionclassHibernate-specific subclass of ObjectRetrievalFailureException.
- 
Uses of DataRetrievalFailureException in org.springframework.orm.jpaSubclasses of DataRetrievalFailureException in org.springframework.orm.jpaModifier and TypeClassDescriptionclassJPA-specific subclass of ObjectRetrievalFailureException.