Andrus Adamchik created CAY-2875:
------------------------------------
Summary: Allow storing UUIDs in binary columns
Key: CAY-2875
URL: https://issues.apache.org/jira/browse/CAY-2875
Project: Cayenne
Issue Type: Task
Reporter: Andrus Adamchik
Fix For: 5.0-M2
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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)