Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
Packages that use JaxbManyToManyImpl
-
Uses of JaxbManyToManyImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbManyToManyImplModifier and TypeFieldDescriptionprotected List<JaxbManyToManyImpl> JaxbAttributesContainerImpl.manyToManyAttributesprotected List<JaxbManyToManyImpl> JaxbEmbeddableAttributesContainerImpl.manyToManyAttributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbManyToManyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbManyToManyImpl()Create an instance ofJaxbManyToManyImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbManyToManyImplModifier and TypeMethodDescriptionJaxbAttributesContainer.getManyToManyAttributes()JaxbAttributesContainerImpl.getManyToManyAttributes()Gets the value of the manyToManyAttributes property.JaxbEmbeddableAttributesContainerImpl.getManyToManyAttributes()Gets the value of the manyToManyAttributes property.