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 JaxbEmbeddedIdJaxbAttributes. embeddedIdMethods in org.hibernate.boot.jaxb.mapping that return JaxbEmbeddedId Modifier and Type Method Description JaxbEmbeddedIdObjectFactory. createJaxbEmbeddedId()Create an instance ofJaxbEmbeddedIdJaxbEmbeddedIdJaxbAttributes. 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 voidJaxbAttributes. 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()
-