Module spring.data.cassandra
Interface Bindings
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for
BindMarker capturing binding values.
A Bindings object is typically used with StatementBuilder.
- Since:
- 4.2
- Author:
- Mark Paluch
-
Method Summary
-
Method Details
-
bind
Create aBindMarkerfor the givenvalue. Using bindings with positional bind markers must consider the usage order within a statement.- Parameters:
value- the value to bind, can be null.- Returns:
- the
BindMarkerfor the givenvalue.
-