Uses of Interface
org.springframework.data.relational.core.sql.UpsertBuilder.UpsertOnMatch
Packages that use UpsertBuilder.UpsertOnMatch
-
Uses of UpsertBuilder.UpsertOnMatch in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return UpsertBuilder.UpsertOnMatchModifier and TypeMethodDescriptionUpsertBuilder.UpsertInsert.insert(Collection<? extends Assignment> assignments) Specify the column-value assignments for the insert.default UpsertBuilder.UpsertOnMatchUpsertBuilder.UpsertInsert.insert(Assignment... assignments) Specify the column-value assignments for the insert.