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 JaxbGeneratedValueJaxbId. generatedValueMethods in org.hibernate.boot.jaxb.mapping that return JaxbGeneratedValue Modifier and Type Method Description JaxbGeneratedValueObjectFactory. createJaxbGeneratedValue()Create an instance ofJaxbGeneratedValueJaxbGeneratedValueJaxbId. 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 voidJaxbId. setGeneratedValue(JaxbGeneratedValue value)Sets the value of the generatedValue property.
-