Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Packages that use JaxbManyToMany Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbManyToMany in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbManyToMany Modifier and Type Field Description protected java.util.List<JaxbManyToMany>JaxbAttributes. manyToManyprotected java.util.List<JaxbManyToMany>JaxbEmbeddableAttributes. manyToManyMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbManyToMany Modifier and Type Method Description JaxbManyToManyObjectFactory. createJaxbManyToMany()Create an instance ofJaxbManyToManyMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbManyToMany Modifier and Type Method Description java.util.List<JaxbManyToMany>AttributesContainer. getManyToMany()java.util.List<JaxbManyToMany>JaxbAttributes. getManyToMany()Gets the value of the manyToMany property.java.util.List<JaxbManyToMany>JaxbEmbeddableAttributes. getManyToMany()Gets the value of the manyToMany property.
-