Class BoundAssignments
java.lang.Object
org.springframework.data.r2dbc.query.BoundAssignments
Value object representing
Assignments with their Bindings.- Author:
- Mark Paluch, Christoph Strobl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAssignment(SqlIdentifier identifier) Resolve the boundAssignmentfor the givenindentifier..
-
Constructor Details
-
BoundAssignments
-
-
Method Details
-
getBindings
-
getAssignments
-
getAssignment
Resolve the boundAssignmentfor the givenindentifier..- Parameters:
identifier- the column to look up.- Returns:
- the bind marker
Expressionforcolumn. - Throws:
IllegalStateException- if no assignment forcolumnis found.
-