Right now, `@Unique` throws an exception if there's a violation. We could also offer to replace old entities with newer ones, e.g. by doing a `@Unique(replaceOnConflict = true)`. Keep in mind: If there are multiple unique properties, on entity might replace several others.