Package org.springframework.dao.support
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| PersistenceExceptionTranslator |
Interface implemented by Spring integrations with data access technologies
that throw runtime exceptions, such as JPA, TopLink, JDO and Hibernate. |
| ChainedPersistenceExceptionTranslator |
Implementation of PersistenceExceptionTranslator that supports chaining,
allowing the addition of PersistenceExceptionTranslator instances in order. |
| DaoSupport |
Generic base class for DAOs, defining template methods for DAO initialization. |
| DataAccessUtils |
Miscellaneous utility methods for DAO implementations. |
Support classes for DAO implementations,
providing miscellaneous utility methods.