Wednesday 6 July 2011

Declaratively Managing Transactions by @Transactional Annotation

1.Enabling [tx:annotation-driven]
2.Simply annotating the methods with @Transactional

*not recommended practice - annotation an interface
*only annotate Public methods due to the proxy-based limitations

No comments:

Post a Comment