Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
Packages that use JaxbEmbeddedImpl
-
Uses of JaxbEmbeddedImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbEmbeddedImplModifier and TypeFieldDescriptionprotected List<JaxbEmbeddedImpl>JaxbAttributesContainerImpl.embeddedAttributesprotected List<JaxbEmbeddedImpl>JaxbEmbeddableAttributesContainerImpl.embeddedAttributesprotected List<JaxbEmbeddedImpl>JaxbNaturalIdImpl.embeddedAttributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddedImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEmbeddedImpl()Create an instance ofJaxbEmbeddedImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbEmbeddedImplModifier and TypeMethodDescriptionJaxbAttributesContainerImpl.getEmbeddedAttributes()Gets the value of the embeddedAttributes property.JaxbBaseAttributesContainer.getEmbeddedAttributes()JaxbEmbeddableAttributesContainerImpl.getEmbeddedAttributes()Gets the value of the embeddedAttributes property.JaxbNaturalIdImpl.getEmbeddedAttributes()Gets the value of the embeddedAttributes property. -
Uses of JaxbEmbeddedImpl in org.hibernate.boot.models.xml.internal.attr
Methods in org.hibernate.boot.models.xml.internal.attr with parameters of type JaxbEmbeddedImplModifier and TypeMethodDescriptionstatic org.hibernate.models.spi.MutableMemberDetailsEmbeddedAttributeProcessing.processEmbeddedAttribute(JaxbEmbeddedImpl jaxbEmbedded, org.hibernate.models.spi.MutableClassDetails declarer, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)