|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |