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 JaxbUuidGenerator
JaxbId. uuidGenerator
Methods in org.hibernate.boot.jaxb.mapping that return JaxbUuidGenerator Modifier and Type Method Description JaxbUuidGenerator
ObjectFactory. createJaxbUuidGenerator()
Create an instance ofJaxbUuidGenerator
JaxbUuidGenerator
JaxbId. 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 void
JaxbId. setUuidGenerator(JaxbUuidGenerator value)
Sets the value of the uuidGenerator property.
-