babyfish-ct / jimmer

A revolutionary ORM framework for both java and kotlin.
Apache License 2.0
878 stars 89 forks source link

[fr] Support additional SaveMode and AssociatedSaveMode: APPEND_IF_ABSENT (or similar) #697

Closed belovaf closed 1 month ago

belovaf commented 1 month ago

This mode should allow users to implement "insert or skip logic" for main entity and for associations. It should be translated to something like insert on conflict do nothing.

babyfish-ct commented 1 month ago

Try 0.8.187