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