According to the Javadocs for Class UUIDHexGenerator, it is possible to set separators between each component of the UUID. How do I set this? What is the order they appear?
Hibernate version: 2.1.7
I suppose this is going to take the form:
Code:
<id name="id" type="string" unsaved-value="null" >
<column name="id" sql-type="char(32)" not-null="true"/>
<generator class="uuid.hex" >
<param ???here is my question
</generator>
</id>
Name and version of the database: Mysql 3.23.58 Thanks in advance.[/code]