Package org.apache.ojb.otm.transaction

Examples of org.apache.ojb.otm.transaction.LocalTransactionFactory$LocalConnection


     * Constructor for SimpleKit.
     */
    protected SimpleKit()
    {
        super();
        _txFactory = new LocalTransactionFactory();
        _swizzlingStrategy = new CopySwizzling();
        _lockWaitStrategy = new TimeoutStrategy();
        _lockMap = new InMemoryLockMap();
        _noOpCopyStrategy = new NoOpObjectCopyStrategy();
        //_defaultCopyStrategy = new ReflectiveObjectCopyStrategy();
View Full Code Here


     * Constructor for SimpleKit.
     */
    protected SimpleKit()
    {
        super();
        _txFactory = new LocalTransactionFactory();
        _swizzlingStrategy = new CopySwizzling();
        _lockWaitStrategy = new TimeoutStrategy();
        _lockMap = new InMemoryLockMap();
        _noOpCopyStrategy = new NoOpObjectCopyStrategy();
        //_defaultCopyStrategy = new ReflectiveObjectCopyStrategy();
View Full Code Here

TOP

Related Classes of org.apache.ojb.otm.transaction.LocalTransactionFactory$LocalConnection

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.