Does ObjectBox Swift allow conflict strategies for unique entity annotations?

86 views Asked by At

ObjectBox's Java api has a unique entity annotation which allows you to specify a conflict strategy

@Unique(onConflict = ConflictStrategy.REPLACE)

Does the Swift api provide similar options for its unique annotation?

1

There are 1 answers

0
Markus Junginger On BEST ANSWER

Not yet. Chances are good that the next version will.