Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbManyToMany
-
Packages that use JaxbManyToMany Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbManyToMany in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbManyToMany Modifier and Type Field Description protected List<JaxbManyToMany>JaxbAttributes. manyToManyAttributesprotected List<JaxbManyToMany>JaxbEmbeddableAttributes. manyToManyAttributesMethods in org.hibernate.boot.jaxb.mapping that return JaxbManyToMany Modifier and Type Method Description JaxbManyToManyObjectFactory. createJaxbManyToMany()Create an instance ofJaxbManyToManyMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbManyToMany Modifier and Type Method Description List<JaxbManyToMany>AttributesContainer. getManyToManyAttributes()List<JaxbManyToMany>JaxbAttributes. getManyToManyAttributes()Gets the value of the manyToManyAttributes property.List<JaxbManyToMany>JaxbEmbeddableAttributes. getManyToManyAttributes()Gets the value of the manyToManyAttributes property. -
Uses of JaxbManyToMany in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbManyToMany Modifier and Type Method Description List<JaxbManyToMany>PropertyMappingElementCollector. getManyToMany()
-