Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Packages that use JaxbEmbedded
-
Uses of JaxbEmbedded in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbEmbeddedModifier and TypeFieldDescriptionprotected List<JaxbEmbedded>JaxbNaturalId.embeddedprotected List<JaxbEmbedded>JaxbAttributes.embeddedAttributesprotected List<JaxbEmbedded>JaxbEmbeddableAttributes.embeddedAttributesMethods in org.hibernate.boot.jaxb.mapping that return JaxbEmbeddedModifier and TypeMethodDescriptionObjectFactory.createJaxbEmbedded()Create an instance ofJaxbEmbeddedMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbEmbeddedModifier and TypeMethodDescriptionJaxbNaturalId.getEmbedded()Gets the value of the embedded property.AttributesContainer.getEmbeddedAttributes()JaxbAttributes.getEmbeddedAttributes()Gets the value of the embeddedAttributes property.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