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

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

Introduction

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

Usage

From source file org.guzz.web.context.spring.GuzzTransactionManager.java

/**
 * {@link org.springframework.transaction.PlatformTransactionManager}
 * implementation for a single Guzz {@link org.guzz.TransactionManager}.
 * Binds a Guzz <code>WriteTranSession</code> from the specified factory to the thread, 
 * potentially allowing for one thread-bound Session per factory. 
 * {@link TransactionManagerUtils}

From source file org.cfr.capsicum.datasource.CayenneTransactionManager.java

public class CayenneTransactionManager extends AbstractPlatformTransactionManager
        implements ResourceTransactionManager, InitializingBean {

    /**
     * 
     */

From source file com.newmainsoftech.spray.slingong.datastore.Slim3PlatformTransactionManager.java

public class Slim3PlatformTransactionManager extends AbstractPlatformTransactionManager {
    public static final int GAEJ_REQUEST_DEADLINE = 30; // seconds

    public Slim3PlatformTransactionManager() {
        super();
        //      setTransactionSynchronization( SYNCHRONIZATION_NEVER);