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 JaxbEmbeddedIdJaxbAttributes. embeddedIdMethods in org.hibernate.boot.jaxb.mapping.spi 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.spi with parameters of type JaxbEmbeddedId Modifier and Type Method Description voidJaxbAttributes. setEmbeddedId(JaxbEmbeddedId value)Sets the value of the embeddedId property.
-