ydb-platform / yoj-project

YDB ORM for Java (YOJ) is a lightweight ORM for immutable entities. It has native support for YDB and is battle-tested.
Apache License 2.0
13 stars 12 forks source link

ByteArray class for primary keys with byte[] #17

Closed lavrukov closed 9 months ago

lavrukov commented 10 months ago

Byte arrays in primary keys support.

We can't do it with simple byte[], because records default comparator and equals uses compare adresses, not real data. Special class for this looks better, than magic over byte[]