Package org.apache.jdo.model.jdo

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


     * </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

Related Classes of org.apache.jdo.model.jdo.JDOReference

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.