Package com.ponysdk.core.instruction

Examples of com.ponysdk.core.instruction.GC


            final Long parentObjectID = parentObjectIDByReferences.remove(reference);
            referenceByObjectID.remove(objectID);
            if (log.isDebugEnabled()) log.debug("Removing reference on object #" + objectID);

            if (parentObjectID != null) {
                Txn.get().getTxnContext().save(new GC(objectID, parentObjectID));
            }
        }
    }
View Full Code Here

TOP

Related Classes of com.ponysdk.core.instruction.GC

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.