Package com.graphaware.tx.event.improved.propertycontainer.snapshot

Examples of com.graphaware.tx.event.improved.propertycontainer.snapshot.NodeSnapshot


    /**
     * {@inheritDoc}
     */
    @Override
    protected Node oldSnapshot(Node original) {
        return new NodeSnapshot(original, transactionDataContainer);
    }
View Full Code Here

TOP

Related Classes of com.graphaware.tx.event.improved.propertycontainer.snapshot.NodeSnapshot

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.