Package org.jpox

Examples of org.jpox.StateManager.initialiseForEmbedded()


     */
    public static StateManager newStateManagerForEmbedded(ObjectManager om, Object pc, boolean copyPc)
    {
        Initialization stateManagerInitialization = new Initialization(om,pc.getClass());
        StateManager sm = om.getApiAdapter().newStateManager(om, stateManagerInitialization.getClassMetaData());
        sm.initialiseForEmbedded(pc, copyPc);
        return sm;
    }

    /**
     * Constructs a state manager to manage a transient instance that is
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.