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))
12391239----
12401240====
12411241
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
12431243and options used to perform the query. The criteria is specified by using a `Criteria` object that has
12441244a static factory method named `where` that instantiates a new `Criteria` object. We recommend using a static import
12451245for `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