Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbEmbedded
-
Packages that use JaxbEmbedded Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbEmbedded in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbEmbedded Modifier and Type Field Description protected List<JaxbEmbedded>
JaxbNaturalId. embedded
protected List<JaxbEmbedded>
JaxbAttributes. embeddedAttributes
protected List<JaxbEmbedded>
JaxbEmbeddableAttributes. embeddedAttributes
Methods in org.hibernate.boot.jaxb.mapping that return JaxbEmbedded Modifier and Type Method Description JaxbEmbedded
ObjectFactory. createJaxbEmbedded()
Create an instance ofJaxbEmbedded
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbEmbedded Modifier and Type Method Description List<JaxbEmbedded>
JaxbNaturalId. getEmbedded()
Gets the value of the embedded property.List<JaxbEmbedded>
AttributesContainer. getEmbeddedAttributes()
List<JaxbEmbedded>
JaxbAttributes. getEmbeddedAttributes()
Gets the value of the embeddedAttributes property.List<JaxbEmbedded>
JaxbEmbeddableAttributes. getEmbeddedAttributes()
Gets the value of the embeddedAttributes property. -
Uses of JaxbEmbedded in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbEmbedded Modifier and Type Method Description List<JaxbEmbedded>
PropertyMappingElementCollector. getEmbedded()
-