Examples of JDOReference


Examples of org.apache.jdo.model.jdo.JDOReference

     * </ul>
     * @return a new JDOReference instance bound to this JDOField
     * @exception ModelException if impossible
     */
    public JDOReference createJDOReference() throws ModelException {
        JDOReference ref = createJDOReferenceInternal();
        setRelationship(ref);
        return ref;
    }
View Full Code Here

Examples of org.apache.jdo.model.jdo.JDOReference

     * </ul>
     * @return a new JDOReference instance bound to this JDOField
     * @exception ModelException if impossible
     */
    public JDOReference createJDOReference() throws ModelException {
        JDOReference ref = createJDOReferenceInternal();
        setRelationship(ref);
        return ref;
    }
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.