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

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

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

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

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

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



Copyright © 2005-2011. All Rights Reserved.