Package org.datanucleus.api.jdo

Examples of org.datanucleus.api.jdo.JDOFetchPlan


     */
    public FetchPlan getFetchPlan()
    {
        if (fp == null)
        {
            fp = new JDOFetchPlan(ec.getFetchPlan().getCopy());
        }
        return fp;
    }
View Full Code Here

TOP

Related Classes of org.datanucleus.api.jdo.JDOFetchPlan

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.