yawp icon indicating copy to clipboard operation
yawp copied to clipboard

@Id(shuffle=true) for previously created Ids

Open feroult opened this issue 8 years ago • 0 comments

If an entity id was created before we set the flag shuffle at the @Id annotation to true, yawp won't be able to unshuffle its id properly (because it is not shuffled).

One possible solution is to mark the entity that it has a shuffled id and only unshuffle if this mark is present.

feroult avatar Jul 15 '16 18:07 feroult