Uses of Class
org.springframework.dao.DataRetrievalFailureException

Packages that use DataRetrievalFailureException
org.springframework.dao Exception hierarchy enabling sophisticated error handling independent of the data access approach in use. 
org.springframework.jca.cci.object The classes in this package represent EIS operations as threadsafe, reusable objects. 
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.hibernate Package providing integration of Hibernate 2.1 with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts. 
 

Uses of DataRetrievalFailureException in org.springframework.dao
 

Subclasses of DataRetrievalFailureException in org.springframework.dao
 class IncorrectResultSizeDataAccessException
          Data 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.jca.cci.object
 

Methods in org.springframework.jca.cci.object that throw DataRetrievalFailureException
protected abstract  Object MappingCommAreaOperation.bytesToObject(byte[] bytes)
          Method used to convert the COMMAREA's bytes to an object.
protected abstract  byte[] MappingCommAreaOperation.objectToBytes(Object inObject)
          Method used to convert an object into COMMAREA bytes.
 

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.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 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.
 

Uses of DataRetrievalFailureException in org.springframework.orm.jdo
 

Subclasses of DataRetrievalFailureException in org.springframework.orm.jdo
 class JdoObjectRetrievalFailureException
          JDO-specific subclass of ObjectRetrievalFailureException.
 



Copyright (c) 2002-2005 The Spring Framework Project.