Package org.castor.persist

Examples of org.castor.persist.LocalTransactionContext


            final boolean autoStore)
    throws DatabaseNotFoundException {
       
        super(dbName, lockTimeout, callback, instanceFactory, classLoader, autoStore);
       
        _ctx = new LocalTransactionContext(this);
       
        _ctx.setLockTimeout(_lockTimeout);
        _ctx.setAutoStore(_autoStore);
        _ctx.setCallback(_callback);
        _ctx.setInstanceFactory(_instanceFactory);
View Full Code Here

TOP

Related Classes of org.castor.persist.LocalTransactionContext

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.