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

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

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

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

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

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



Copyright © 2005-2014. All Rights Reserved.