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.manyToManyAttributes
protected List
<JaxbManyToManyImpl> JaxbEmbeddableAttributesContainerImpl.manyToManyAttributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbManyToManyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbManyToManyImpl()
Create an instance ofJaxbManyToManyImpl
Methods 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.