Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValueImpl
Packages that use JaxbGeneratedValueImpl
-
Uses of JaxbGeneratedValueImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbGeneratedValueImplModifier and TypeFieldDescriptionprotected JaxbGeneratedValueImplJaxbIdImpl.generatedValueprotected JaxbGeneratedValueImplJaxbCollectionIdImpl.generatorMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbGeneratedValueImplModifier and TypeMethodDescriptionObjectFactory.createJaxbGeneratedValueImpl()Create an instance ofJaxbGeneratedValueImplJaxbIdImpl.getGeneratedValue()Gets the value of the generatedValue property.JaxbCollectionIdImpl.getGenerator()Gets the value of the generator property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbGeneratedValueImplModifier and TypeMethodDescriptionvoidJaxbIdImpl.setGeneratedValue(JaxbGeneratedValueImpl value) Sets the value of the generatedValue property.voidJaxbCollectionIdImpl.setGenerator(JaxbGeneratedValueImpl value) Sets the value of the generator property.