Uses of Class
org.springframework.dao.TypeMismatchDataAccessException
Packages that use TypeMismatchDataAccessException
Package
Description
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 TypeMismatchDataAccessExceptionModifier and TypeMethodDescriptionstatic intDataAccessUtils.intResult(Collection<?> results) Return a unique int result from the given Collection.static longDataAccessUtils.longResult(Collection<?> results) Return a unique long result from the given Collection.static <T> TDataAccessUtils.objectResult(Collection<?> results, Class<T> requiredType) Return a unique result object from the given Collection.