Package com.force.sdk.jpa.annotation

Examples of com.force.sdk.jpa.annotation.ForceAnnotationReader


     *
     * @param storeManager  the store manager with the persistence properties that should be used
     */
    ForceMetaDataListener(ForceStoreManager storeManager) {
        this.storeManager = storeManager;
        this.annotationReader = new ForceAnnotationReader(storeManager.getMetaDataManager());
    }
View Full Code Here

TOP

Related Classes of com.force.sdk.jpa.annotation.ForceAnnotationReader

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.