Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Packages that use ManyToMany Package Description 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 Modifier and Type Field Description protected java.util.List<ManyToMany>
Attributes. manyToMany
protected java.util.List<ManyToMany>
EmbeddableAttributes. manyToMany
Methods in org.hibernate.jpamodelgen.xml.jaxb that return ManyToMany Modifier and Type Method Description ManyToMany
ObjectFactory. createManyToMany()
Create an instance ofManyToMany
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type ManyToMany Modifier and Type Method Description java.util.List<ManyToMany>
Attributes. getManyToMany()
Gets the value of the manyToMany property.java.util.List<ManyToMany>
EmbeddableAttributes. getManyToMany()
Gets the value of the manyToMany property.
-