Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.ManyToMany

Packages that use ManyToMany
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of ManyToMany in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type ManyToMany
protected  List<ManyToMany> Attributes.manyToMany
           
protected  List<ManyToMany> EmbeddableAttributes.manyToMany
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return ManyToMany
 ManyToMany ObjectFactory.createManyToMany()
          Create an instance of ManyToMany
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type ManyToMany
 List<ManyToMany> Attributes.getManyToMany()
          Gets the value of the manyToMany property.
 List<ManyToMany> EmbeddableAttributes.getManyToMany()
          Gets the value of the manyToMany property.
 



Copyright © 2009-2011. All Rights Reserved.