| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataRetrievalFailureException | |
|---|---|
| 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.jdbc.support | Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages. | 
| org.springframework.orm | Root package for Spring's O/R Mapping integration classes. | 
| org.springframework.orm.hibernate3 | Package providing integration of Hibernate3 with Spring concepts. | 
| org.springframework.orm.jdo | Package providing integration of JDO (Java Date Objects) with Spring concepts. | 
| org.springframework.orm.jpa | Package providing integration of JPA (Java Persistence API) with Spring concepts. | 
| Uses of DataRetrievalFailureException in org.springframework.dao | 
|---|
| Subclasses of DataRetrievalFailureException in org.springframework.dao | |
|---|---|
|  class | EmptyResultDataAccessExceptionData access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned. | 
|  class | IncorrectResultSizeDataAccessExceptionData 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.jdbc | 
|---|
| Subclasses of DataRetrievalFailureException in org.springframework.jdbc | |
|---|---|
|  class | IncorrectResultSetColumnCountExceptionData 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. | 
|  class | LobRetrievalFailureExceptionException to be thrown when a LOB could not be retrieved. | 
| Uses of DataRetrievalFailureException in org.springframework.jdbc.support | 
|---|
| Methods in org.springframework.jdbc.support that throw DataRetrievalFailureException | |
|---|---|
|  Number | GeneratedKeyHolder.getKey() | 
| Uses of DataRetrievalFailureException in org.springframework.orm | 
|---|
| Subclasses of DataRetrievalFailureException in org.springframework.orm | |
|---|---|
|  class | ObjectRetrievalFailureExceptionException thrown if a mapped object could not be retrieved via its identifier. | 
| Uses of DataRetrievalFailureException in org.springframework.orm.hibernate3 | 
|---|
| Subclasses of DataRetrievalFailureException in org.springframework.orm.hibernate3 | |
|---|---|
|  class | HibernateObjectRetrievalFailureExceptionHibernate-specific subclass of ObjectRetrievalFailureException. | 
| Uses of DataRetrievalFailureException in org.springframework.orm.jdo | 
|---|
| Subclasses of DataRetrievalFailureException in org.springframework.orm.jdo | |
|---|---|
|  class | JdoObjectRetrievalFailureExceptionJDO-specific subclass of ObjectRetrievalFailureException. | 
| Uses of DataRetrievalFailureException in org.springframework.orm.jpa | 
|---|
| Subclasses of DataRetrievalFailureException in org.springframework.orm.jpa | |
|---|---|
|  class | JpaObjectRetrievalFailureExceptionJPA-specific subclass of ObjectRetrievalFailureException. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||