Example usage for org.springframework.transaction.support DefaultTransactionDefinition subclass-usage

List of usage examples for org.springframework.transaction.support DefaultTransactionDefinition subclass-usage

Introduction

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

Usage

From source file org.springframework.transaction.support.TransactionTemplate.java

/**
 * Template class that simplifies programmatic transaction demarcation and
 * transaction exception handling.
 *
 * <p>The central method is {@link #execute}, supporting transactional code that
 * implements the {@link TransactionCallback} interface. This template handles