Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbUuidGenerator
-
Packages that use JaxbUuidGenerator Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbUuidGenerator in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbUuidGenerator Modifier and Type Field Description protected JaxbUuidGeneratorJaxbId. uuidGeneratorMethods in org.hibernate.boot.jaxb.mapping that return JaxbUuidGenerator Modifier and Type Method Description JaxbUuidGeneratorObjectFactory. createJaxbUuidGenerator()Create an instance ofJaxbUuidGeneratorJaxbUuidGeneratorJaxbId. getUuidGenerator()Gets the value of the uuidGenerator property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbUuidGenerator Modifier and Type Method Description voidJaxbId. setUuidGenerator(JaxbUuidGenerator value)Sets the value of the uuidGenerator property.
-