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 JaxbGeneratedValueJaxbId. generatedValueMethods in org.hibernate.boot.jaxb.mapping.spi 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.spi with parameters of type JaxbGeneratedValue Modifier and Type Method Description voidJaxbId. setGeneratedValue(JaxbGeneratedValue value)Sets the value of the generatedValue property.
-