AbstractN1qlBasedQuery(CouchbaseQueryMethod queryMethod,
CouchbaseOperations couchbaseOperations) |
N1qlCountQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
com.couchbase.client.java.query.dsl.path.WherePath selectFrom,
CouchbaseConverter converter,
CouchbaseQueryMethod queryMethod) |
N1qlMutateQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
com.couchbase.client.java.query.dsl.path.MutateWherePath mutateFrom,
CouchbaseConverter converter,
CouchbaseQueryMethod queryMethod) |
N1qlQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
com.couchbase.client.java.query.dsl.path.WherePath selectFrom,
CouchbaseConverter converter,
CouchbaseQueryMethod queryMethod) |
PartTreeN1qlBasedQuery(CouchbaseQueryMethod queryMethod,
CouchbaseOperations couchbaseOperations) |
SpatialViewBasedQuery(CouchbaseQueryMethod method,
CouchbaseOperations operations) |
StringN1qlBasedQuery(String statement,
CouchbaseQueryMethod queryMethod,
CouchbaseOperations couchbaseOperations,
org.springframework.expression.spel.standard.SpelExpressionParser spelParser,
org.springframework.data.repository.query.EvaluationContextProvider evaluationContextProvider) |
ViewBasedCouchbaseQuery(CouchbaseQueryMethod method,
CouchbaseOperations operations) |