We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3330b commit 249aa5eCopy full SHA for 249aa5e
src/main/asciidoc/reference/cassandra.adoc
@@ -1239,7 +1239,7 @@ List<Person> result = cassandraTemplate.select(query(where("age").is(50))
1239
----
1240
====
1241
1242
-The `select`, `selectOneById`, and `stream` methods take a `Query` object as a parameter. This object defines the criteria
+The `select`, `selectOne`, and `stream` methods take a `Query` object as a parameter. This object defines the criteria
1243
and options used to perform the query. The criteria is specified by using a `Criteria` object that has
1244
a static factory method named `where` that instantiates a new `Criteria` object. We recommend using a static import
1245
for `org.springframework.data.cassandra.core.query.Criteria.where` and `Query.query`, to make the query more readable.
0 commit comments