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.embeddedAttributes
protected List
<JaxbEmbeddedImpl> JaxbEmbeddableAttributesContainerImpl.embeddedAttributes
protected List
<JaxbEmbeddedImpl> JaxbNaturalIdImpl.embeddedAttributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmbeddedImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEmbeddedImpl()
Create an instance ofJaxbEmbeddedImpl
Methods 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.