Class SpringTransactionManager

java.lang.Object
org.dalesbred.integration.spring.SpringTransactionManager
All Implemented Interfaces:
TransactionManager

public final class SpringTransactionManager extends Object implements TransactionManager

ConnectionProvider which integrates with Spring's transaction management.

Usually application code should not need this class, but use DalesbredConfigurationSupport to integrate with Spring.