Uses of Class
org.springframework.transaction.support.DefaultTransactionDefinition
Package
Description
AOP-based solution for declarative transaction demarcation.
Support classes for the org.springframework.transaction package.
-
Uses of DefaultTransactionDefinition in org.springframework.transaction.interceptor
Modifier and TypeClassDescriptionclass
Spring's common transaction attribute implementation.class
TransactionAttribute implementation that works out whether a given exception should cause transaction rollback by applying a number of rollback rules, both positive and negative. -
Uses of DefaultTransactionDefinition in org.springframework.transaction.support
Modifier and TypeClassDescriptionclass
Template class that simplifies programmatic transaction demarcation and transaction exception handling.