Package com.force.sdk.jpa

Examples of com.force.sdk.jpa.ForceObjectManagerImpl


     * @param userName Username for the datastore
     * @param password Password for the datastore
     */
    public ForceJDOPersistenceManager(JDOPersistenceManagerFactory apmf, String userName, String password) {
        super(apmf, userName, password);
        this.objectMgr = new ForceObjectManagerImpl(apmf, this, userName, password);
        fetchPlan = new JDOFetchPlan(objectMgr.getFetchPlan());
        setTransaction(objectMgr.getTransaction());
    }
View Full Code Here

TOP

Related Classes of com.force.sdk.jpa.ForceObjectManagerImpl

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.