站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.dao.IncorrectResultSizeDataAccessException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.dao.IncorrectResultSizeDataAccessException

Packages that use IncorrectResultSizeDataAccessException
org.springframework.dao Exception hierarchy enabling sophisticated error handling independent of the data access approach in use. 
org.springframework.dao.support Support classes for DAO implementations, providing miscellaneous utility methods. 
 

Uses of IncorrectResultSizeDataAccessException in org.springframework.dao
 

Subclasses of IncorrectResultSizeDataAccessException in org.springframework.dao
 class EmptyResultDataAccessException
          Data access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.
 

Uses of IncorrectResultSizeDataAccessException in org.springframework.dao.support
 

Methods in org.springframework.dao.support that throw IncorrectResultSizeDataAccessException
static int DataAccessUtils.intResult(Collection results)
          Return a unique int result from the given Collection.
static long DataAccessUtils.longResult(Collection results)
          Return a unique long result from the given Collection.
static Object DataAccessUtils.objectResult(Collection results, Class requiredType)
          Return a unique result object from the given Collection.
static Object DataAccessUtils.requiredSingleResult(Collection results)
          Return a single result object from the given Collection.
static Object DataAccessUtils.requiredUniqueResult(Collection results)
          Return a unique result object from the given Collection.
static Object DataAccessUtils.singleResult(Collection results)
          Return a single result object from the given Collection.
static Object DataAccessUtils.uniqueResult(Collection results)
          Return a unique result object from the given Collection.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.