Class | Description |
---|---|
BindableRuleBasedTransactionAttribute |
Extends
RuleBasedTransactionAttribute so that it can be bound
from annotation metadata and defaults to rollback on all exception types apart from those configured. |
TransactionInterceptor |
Simple interceptor to for
Transactional . |
Annotation Type | Description |
---|---|
Transactional |
Describes transaction attributes on a method or class.
|