Uses of Class
org.springframework.dao.DataRetrievalFailureException

Packages that use DataRetrievalFailureException
org.springframework.jdbc The classes in this package make JDBC easier to use and reduce the likelihood of common errors.  
org.springframework.orm Root package for Spring's O/R Mapping integration classes.  
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts.  
 

Uses of DataRetrievalFailureException in org.springframework.jdbc
 

Subclasses of DataRetrievalFailureException in org.springframework.jdbc
 class LobRetrievalFailureException
          Exception to be thrown when a LOB could not be retrieved.
 

Uses of DataRetrievalFailureException in org.springframework.orm
 

Subclasses of DataRetrievalFailureException in org.springframework.orm
 class ObjectRetrievalFailureException
          Exception thrown if a mapped object could not be retrieved via its identifier.
 

Uses of DataRetrievalFailureException in org.springframework.orm.hibernate
 

Subclasses of DataRetrievalFailureException in org.springframework.orm.hibernate
 class HibernateObjectRetrievalFailureException
          Hibernate-specific subclass of ObjectRetrievalFailureException.
 



Copyright (C) 2003-2004 The Spring Framework Project.