|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeMismatchDataAccessException | |
---|---|
org.springframework.dao.support | Support classes for DAO implementations, providing miscellaneous utility methods. |
Uses of TypeMismatchDataAccessException in org.springframework.dao.support |
---|
Methods in org.springframework.dao.support that throw TypeMismatchDataAccessException | |
---|---|
static int |
DataAccessUtils.intResult(java.util.Collection results)
Return a unique int result from the given Collection. |
static long |
DataAccessUtils.longResult(java.util.Collection results)
Return a unique long result from the given Collection. |
static java.lang.Object |
DataAccessUtils.objectResult(java.util.Collection results,
java.lang.Class requiredType)
Return a unique result object from the given Collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |