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

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

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

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

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

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



Copyright © 2005-2014. All Rights Reserved.