Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
-
Packages that use JaxbEmbeddedId Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbEmbeddedId in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbEmbeddedId Modifier and Type Field Description protected JaxbEmbeddedId
JaxbAttributes. embeddedId
Methods in org.hibernate.boot.jaxb.mapping.spi 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.spi with parameters of type JaxbEmbeddedId Modifier and Type Method Description void
JaxbAttributes. setEmbeddedId(JaxbEmbeddedId value)
Sets the value of the embeddedId property.
-