Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbUuidGeneratorImpl
Packages that use JaxbUuidGeneratorImpl
-
Uses of JaxbUuidGeneratorImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbUuidGeneratorImplMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbUuidGeneratorImplModifier and TypeMethodDescriptionObjectFactory.createJaxbUuidGeneratorImpl()Create an instance ofJaxbUuidGeneratorImplJaxbIdImpl.getUuidGenerator()Gets the value of the uuidGenerator property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbUuidGeneratorImplModifier and TypeMethodDescriptionvoidJaxbIdImpl.setUuidGenerator(JaxbUuidGeneratorImpl value) Sets the value of the uuidGenerator property.