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 JaxbGeneratedValueImpl
JaxbIdImpl.generatedValue
protected JaxbGeneratedValueImpl
JaxbCollectionIdImpl.generator
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbGeneratedValueImplModifier and TypeMethodDescriptionObjectFactory.createJaxbGeneratedValueImpl()
Create an instance ofJaxbGeneratedValueImpl
JaxbIdImpl.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 TypeMethodDescriptionvoid
JaxbIdImpl.setGeneratedValue
(JaxbGeneratedValueImpl value) Sets the value of the generatedValue property.void
JaxbCollectionIdImpl.setGenerator
(JaxbGeneratedValueImpl value) Sets the value of the generator property.