Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, Cayenne UUIDType is defined as "ValueObjectType<UUID, String>", but storing UUID values in char columns is wasteful. We should be using binary columns, and that requires a new "ValueObjectType<UUID, byte[]>". Attached is an example from one of my projects, with tests. Let's work on integrating this to Cayenne