Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOneImpl
Packages that use JaxbManyToOneImpl
-
Uses of JaxbManyToOneImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbManyToOneImplModifier and TypeFieldDescriptionprotected List<JaxbManyToOneImpl>
JaxbAttributesContainerImpl.manyToOneAttributes
protected List<JaxbManyToOneImpl>
JaxbEmbeddableAttributesContainerImpl.manyToOneAttributes
protected List<JaxbManyToOneImpl>
JaxbNaturalIdImpl.manyToOneAttributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbManyToOneImplModifier and TypeMethodDescriptionObjectFactory.createJaxbManyToOneImpl()
Create an instance ofJaxbManyToOneImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbManyToOneImplModifier and TypeMethodDescriptionJaxbAttributesContainerImpl.getManyToOneAttributes()
Gets the value of the manyToOneAttributes property.JaxbBaseAttributesContainer.getManyToOneAttributes()
JaxbEmbeddableAttributesContainerImpl.getManyToOneAttributes()
Gets the value of the manyToOneAttributes property.JaxbNaturalIdImpl.getManyToOneAttributes()
Gets the value of the manyToOneAttributes property. -
Uses of JaxbManyToOneImpl in org.hibernate.boot.models.xml.internal.attr
Methods in org.hibernate.boot.models.xml.internal.attr with parameters of type JaxbManyToOneImplModifier and TypeMethodDescriptionstatic org.hibernate.models.spi.MutableMemberDetails
ManyToOneAttributeProcessing.processManyToOneAttribute
(JaxbManyToOneImpl jaxbManyToOne, org.hibernate.models.spi.MutableClassDetails declarer, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)