Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
-
Packages that use JaxbGeneratedValue Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbGeneratedValue in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbGeneratedValue Modifier and Type Field Description protected JaxbGeneratedValue
JaxbId. generatedValue
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbGeneratedValue Modifier and Type Method Description JaxbGeneratedValue
ObjectFactory. createJaxbGeneratedValue()
Create an instance ofJaxbGeneratedValue
JaxbGeneratedValue
JaxbId. getGeneratedValue()
Gets the value of the generatedValue property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbGeneratedValue Modifier and Type Method Description void
JaxbId. setGeneratedValue(JaxbGeneratedValue value)
Sets the value of the generatedValue property.
-