Class UuidAwareBytesDataType


public class UuidAwareBytesDataType extends BytesDataType

A datatype that is capable of storing UUIDs into BINARY fields (big-endian).

For the UUID to be detected as such, the string value of the field has to be in the form of uuid'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', where the x's are the actual string value of the UUID, hex-encoded. Example:

     <company id="uuid'791ae85a-d8d0-11e2-8c43-50e549c9b654'" name="ACME"/>
 
Author:
Timur Strekalov