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.