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. -
Uses of JaxbManyToManyImpl in org.hibernate.boot.models.xml.internal.attr
Methods in org.hibernate.boot.models.xml.internal.attr with parameters of type JaxbManyToManyImplModifier and TypeMethodDescriptionstatic org.hibernate.models.spi.MutableMemberDetailsManyToManyAttributeProcessing.processManyToManyAttribute(JaxbManyToManyImpl jaxbManyToMany, org.hibernate.models.spi.MutableClassDetails declarer, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)