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 List<ManyToMany>Attributes. manyToManyprotected List<ManyToMany>EmbeddableAttributes. manyToManyMethods in org.hibernate.jpamodelgen.xml.jaxb that return ManyToMany Modifier and Type Method Description ManyToManyObjectFactory. createManyToMany()Create an instance ofManyToManyMethods in org.hibernate.jpamodelgen.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.
-