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 with parameters of type AssignmentModifier and TypeMethodDescriptionUpdateBuilder.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 TypeMethodDescriptionUpdateBuilder.UpdateAssign.set(Collection<? extends Assignment> assignments) Apply one or moreSET assignments.