Package org.drools.container.spring.beans.persistence

Examples of org.drools.container.spring.beans.persistence.SpringTransactionSynchronizationAdapter


        }
        return TransactionManager.STATUS_NO_TRANSACTION;
    }

    public void registerTransactionSynchronization(TransactionSynchronization ts) {
        TransactionSynchronizationManager.registerSynchronization( new SpringTransactionSynchronizationAdapter( ts ) );
    }
View Full Code Here

TOP

Related Classes of org.drools.container.spring.beans.persistence.SpringTransactionSynchronizationAdapter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.