站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.dao.annotation (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.dao.annotation

Annotation support for DAOs.

See:
          Description

Class Summary
PersistenceExceptionTranslationAdvisor Spring AOP exception translation aspect for use at Repository or DAO layer level.
PersistenceExceptionTranslationPostProcessor Bean post-processor that automatically applies persistence exception translation to any bean that carries the Repository annotation, adding a corresponding PersistenceExceptionTranslationAdvisor to the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces).
 

Package org.springframework.dao.annotation Description

Annotation support for DAOs. Contains a bean post-processor for translating persistence exceptions based on a repository stereotype annotation.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.