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.manyToOneAttributesprotected List<JaxbManyToOneImpl>JaxbEmbeddableAttributesContainerImpl.manyToOneAttributesprotected List<JaxbManyToOneImpl>JaxbNaturalIdImpl.manyToOneAttributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbManyToOneImplModifier and TypeMethodDescriptionObjectFactory.createJaxbManyToOneImpl()Create an instance ofJaxbManyToOneImplMethods 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.MutableMemberDetailsManyToOneAttributeProcessing.processManyToOneAttribute(JaxbManyToOneImpl jaxbManyToOne, org.hibernate.models.spi.MutableClassDetails declarer, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)