File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/asciidoc/reference Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1239,7 +1239,7 @@ List<Person> result = cassandraTemplate.select(query(where("age").is(50))
1239
1239
----
1240
1240
====
1241
1241
1242
- The `select`, `selectOneById `, and `stream` methods take a `Query` object as a parameter. This object defines the criteria
1242
+ The `select`, `selectOne `, and `stream` methods take a `Query` object as a parameter. This object defines the criteria
1243
1243
and options used to perform the query. The criteria is specified by using a `Criteria` object that has
1244
1244
a static factory method named `where` that instantiates a new `Criteria` object. We recommend using a static import
1245
1245
for `org.springframework.data.cassandra.core.query.Criteria.where` and `Query.query`, to make the query more readable.
You can’t perform that action at this time.
0 commit comments