Example usage for org.springframework.transaction.interceptor DefaultTransactionAttribute subclass-usage

List of usage examples for org.springframework.transaction.interceptor DefaultTransactionAttribute subclass-usage

Introduction

In this page you can find the example usage for org.springframework.transaction.interceptor DefaultTransactionAttribute subclass-usage.

Usage

From source file org.springframework.transaction.interceptor.RuleBasedTransactionAttribute.java

/**
 * TransactionAttribute implementation that works out whether a given exception
 * should cause transaction rollback by applying a number of rollback rules,
 * both positive and negative. If no rules are relevant to the exception, it
 * behaves like DefaultTransactionAttribute (rolling back on runtime exceptions).
 *