Uses of Class
com.sun.java.xml.ns.persistence.orm.OneToOne

Packages that use OneToOne
com.sun.java.xml.ns.persistence.orm   
 

Uses of OneToOne in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type OneToOne
protected  List<OneToOne> EmbeddableAttributes.oneToOne
           
protected  List<OneToOne> Attributes.oneToOne
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return OneToOne
 OneToOne ObjectFactory.createOneToOne()
          Create an instance of OneToOne
 

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type OneToOne
 List<OneToOne> EmbeddableAttributes.getOneToOne()
          Gets the value of the oneToOne property.
 List<OneToOne> Attributes.getOneToOne()
          Gets the value of the oneToOne property.
 



Copyright © 2005-2011. All Rights Reserved.