Class BoundAssignments
java.lang.Object
org.springframework.data.r2dbc.query.BoundAssignments
-
Constructor Summary
ConstructorsConstructorDescriptionBoundAssignments(Bindings bindings, List<org.springframework.data.relational.core.sql.Assignment> assignments) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.relational.core.sql.AssignmentgetAssignment(org.springframework.data.relational.core.sql.SqlIdentifier identifier) Resolve the boundAssignmentfor the givenindentifier..List<org.springframework.data.relational.core.sql.Assignment>
-
Constructor Details
-
BoundAssignments
-
-
Method Details
-
getBindings
-
getAssignments
-
getAssignment
public org.springframework.data.relational.core.sql.Assignment getAssignment(org.springframework.data.relational.core.sql.SqlIdentifier identifier) Resolve the boundAssignmentfor the givenindentifier..- Parameters:
identifier- the column to look up.- Returns:
- the bind marker
Expressionforcolumn. - Throws:
IllegalStateException- if no assignment forcolumnis found.
-