Uses of Interface
org.springframework.data.relational.core.sql.UpsertBuilder.BuildUpsert
Packages that use UpsertBuilder.BuildUpsert
-
Uses of UpsertBuilder.BuildUpsert in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return UpsertBuilder.BuildUpsertModifier and TypeMethodDescriptionUpsertBuilder.UpsertOnMatch.onConflict(Function<UpsertBuilder.ConflictColumn, UpsertBuilder.ConflictResolution> resolution) Declare how to resolve a conflict if the row already exists.