Uses of Interface
org.springframework.data.relational.core.sql.Assignment
Packages that use Assignment
-
Uses of Assignment in org.springframework.data.relational.core.sql
Classes in org.springframework.data.relational.core.sql that implement AssignmentMethods in org.springframework.data.relational.core.sql that return types with arguments of type AssignmentModifier and TypeMethodDescriptionUpsert.getAssignments()Return the column-value assignments for theINSERTpart.Methods in org.springframework.data.relational.core.sql with parameters of type AssignmentModifier and TypeMethodDescriptiondefault UpsertBuilder.UpsertOnMatchUpsertBuilder.UpsertInsert.insert(Assignment... assignments) Specify the column-value assignments for the insert.UpdateBuilder.UpdateAssign.set(Assignment assignment) Apply aSET assignment.UpdateBuilder.UpdateAssign.set(Assignment... assignments) Apply one or moreSET assignments.Method parameters in org.springframework.data.relational.core.sql with type arguments of type AssignmentModifier and TypeMethodDescriptionUpsertBuilder.UpsertInsert.insert(Collection<? extends Assignment> assignments) Specify the column-value assignments for the insert.UpdateBuilder.UpdateAssign.set(Collection<? extends Assignment> assignments) Apply one or moreSET assignments.