Uses of Class
org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
Packages that use StringBasedN1qlQueryParser.N1qlSpelValues
Package
Description
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and
the associated indexes.
This package contains classes related to query derivation and concrete ways of querying couchbase.
-
Uses of StringBasedN1qlQueryParser.N1qlSpelValues in org.springframework.data.couchbase.core.query
Methods in org.springframework.data.couchbase.core.query that return StringBasedN1qlQueryParser.N1qlSpelValuesModifier and TypeMethodDescriptionQuery.getN1qlSpelValues
(CouchbaseConverter converter, String bucketName, String scopeName, String collectionName, Class domainClass, Class returnClass, boolean isCount, String[] distinctFields, String[] fields) -
Uses of StringBasedN1qlQueryParser.N1qlSpelValues in org.springframework.data.couchbase.repository.query
Methods in org.springframework.data.couchbase.repository.query that return StringBasedN1qlQueryParser.N1qlSpelValuesModifier and TypeMethodDescriptionStringBasedN1qlQueryParser.createN1qlSpelValues
(String bucketName, String scope, String collection, Class domainClass, String typeKey, String typeValue, boolean isCount, String[] distinctFields, String[] fields) Create the n1ql spel values.StringBasedN1qlQueryParser.getStatementContext()
Methods in org.springframework.data.couchbase.repository.query with parameters of type StringBasedN1qlQueryParser.N1qlSpelValuesModifier and TypeMethodDescriptionstatic String
StringBasedN1qlQueryParser.doParse
(String statement, SpelExpressionParser parser, EvaluationContext evaluationContext, StringBasedN1qlQueryParser.N1qlSpelValues n1qlSpelValues)