Example usage for org.springframework.transaction TransactionManager interface-usage

List of usage examples for org.springframework.transaction TransactionManager interface-usage

Introduction

In this page you can find the example usage for org.springframework.transaction TransactionManager interface-usage.

Usage

From source file org.dalesbred.integration.spring.SpringTransactionManager.java

/**
 * {@link ConnectionProvider} which integrates with Spring's transaction management.
 * <p></p>
 * Usually application code should not need this class, but use {@link DalesbredConfigurationSupport} to
 * integrate with Spring.
 */