Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
-
Packages that use JaxbEmbeddedId Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbEmbeddedId in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbEmbeddedId Modifier and Type Field Description protected JaxbEmbeddedId
JaxbAttributes. embeddedId
Methods in org.hibernate.boot.jaxb.mapping that return JaxbEmbeddedId Modifier and Type Method Description JaxbEmbeddedId
ObjectFactory. createJaxbEmbeddedId()
Create an instance ofJaxbEmbeddedId
JaxbEmbeddedId
JaxbAttributes. getEmbeddedId()
Gets the value of the embeddedId property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbEmbeddedId Modifier and Type Method Description void
JaxbAttributes. setEmbeddedId(JaxbEmbeddedId value)
Sets the value of the embeddedId property. -
Uses of JaxbEmbeddedId in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbEmbeddedId Modifier and Type Method Description List<JaxbEmbeddedId>
PropertyMappingElementCollector. getEmbeddedId()
-