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