Uses of Class
org.springframework.dao.IncorrectResultSizeDataAccessException

Packages that use IncorrectResultSizeDataAccessException
org.springframework.dao.support Support classes for DAO implementations, providing miscellaneous utility methods. 
 

Uses of IncorrectResultSizeDataAccessException in org.springframework.dao.support
 

Methods in org.springframework.dao.support that throw IncorrectResultSizeDataAccessException
static java.lang.Object DataAccessUtils.uniqueResult(java.util.Collection results)
          Return a unique result object from the given Collection.
static java.lang.Object DataAccessUtils.requiredUniqueResult(java.util.Collection results)
          Return a unique result object from the given Collection.
 



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