Class N1qlCountQueryCreator
java.lang.Object
org.springframework.data.repository.query.parser.AbstractQueryCreator<N1QLExpression,N1QLExpression>
org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
org.springframework.data.couchbase.repository.query.N1qlCountQueryCreator
- All Implemented Interfaces:
PartTreeN1qlQueryCreator
- Author:
- Mark Ramach, Mark Paluch
-
Constructor Summary
ConstructorDescriptionN1qlCountQueryCreator
(PartTree tree, ParameterAccessor parameters, N1QLExpression selectFrom, CouchbaseConverter converter, CouchbaseQueryMethod queryMethod) -
Method Summary
Modifier and TypeMethodDescriptionprotected N1QLExpression
complete
(N1QLExpression criteria, Sort sort) Methods inherited from class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
and, create, getPlaceHolderValues, or
Methods inherited from class org.springframework.data.repository.query.parser.AbstractQueryCreator
createQuery, createQuery
-
Constructor Details
-
N1qlCountQueryCreator
public N1qlCountQueryCreator(PartTree tree, ParameterAccessor parameters, N1QLExpression selectFrom, CouchbaseConverter converter, CouchbaseQueryMethod queryMethod)
-
-
Method Details
-
complete
- Overrides:
complete
in classOldN1qlQueryCreator
-