Java org.springframework.dao.support DataAccessUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.dao.support DataAccessUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.dao.support DataAccessUtils.

The text is from its open source code.

Method

intintResult(@Nullable Collection results)
Return a unique int result from the given Collection.
longlongResult(@Nullable Collection results)
Return a unique long result from the given Collection.
TrequiredSingleResult(@Nullable Collection results)
Return a single result object from the given Collection.
TrequiredUniqueResult(@Nullable Collection results)
Return a unique result object from the given Collection.
TsingleResult(@Nullable Collection results)
Return a single result object from the given Collection.
RuntimeExceptiontranslateIfNecessary(RuntimeException rawException, PersistenceExceptionTranslator pet)
Return a translated exception if this is appropriate, otherwise return the given exception as-is.
TuniqueResult(@Nullable Collection results)
Return a unique result object from the given Collection.