Package org.apache.cayenne.tx

Examples of org.apache.cayenne.tx.TransactionManager


     * operations.
     *
     * @since 3.2
     */
    public <T> T performInTransaction(TransactionalOperation<T> op) {
        TransactionManager tm = injector.getInstance(TransactionManager.class);
        return tm.performInTransaction(op);
    }
View Full Code Here

TOP

Related Classes of org.apache.cayenne.tx.TransactionManager

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.