Package org.apache.ojb.broker.util.sequence

Examples of org.apache.ojb.broker.util.sequence.SequenceManagerTransientImpl


    public IdentityFactoryImpl(PersistenceBroker broker)
    {
        this.broker = broker;
        this.objectToIdentityMap = new ReferenceIdentityMap(ReferenceIdentityMap.WEAK, ReferenceIdentityMap.HARD, true);
        this.transientSequenceManager = new SequenceManagerTransientImpl(broker);
        broker.addListener(this, true);
    }
View Full Code Here

TOP

Related Classes of org.apache.ojb.broker.util.sequence.SequenceManagerTransientImpl

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.