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