Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
Packages that use JaxbOneToManyImpl
-
Uses of JaxbOneToManyImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbOneToManyImplModifier and TypeFieldDescriptionprotected List<JaxbOneToManyImpl>
JaxbAttributesContainerImpl.oneToManyAttributes
protected List<JaxbOneToManyImpl>
JaxbEmbeddableAttributesContainerImpl.oneToManyAttributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbOneToManyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbOneToManyImpl()
Create an instance ofJaxbOneToManyImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbOneToManyImplModifier and TypeMethodDescriptionJaxbAttributesContainer.getOneToManyAttributes()
JaxbAttributesContainerImpl.getOneToManyAttributes()
Gets the value of the oneToManyAttributes property.JaxbEmbeddableAttributesContainerImpl.getOneToManyAttributes()
Gets the value of the oneToManyAttributes property. -
Uses of JaxbOneToManyImpl in org.hibernate.boot.models.xml.internal.attr
Methods in org.hibernate.boot.models.xml.internal.attr with parameters of type JaxbOneToManyImplModifier and TypeMethodDescriptionstatic org.hibernate.models.spi.MutableMemberDetails
OneToManyAttributeProcessing.processOneToManyAttribute
(JaxbOneToManyImpl jaxbOneToMany, org.hibernate.models.spi.MutableClassDetails declarer, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)