Is there any way to create an unique index on an entity field?
There is an Index annotation but there is no field to set. In the decompiled code is a unique field that has been commented out.
So do I have to perform the uniqueness check myself before saving the entity?
This is a upcoming feature tracked here.