Uses of Class
org.springframework.data.couchbase.core.query.N1QLQuery
Packages that use N1QLQuery
Package
Description
This package contains classes related to query derivation and concrete ways of querying couchbase.
This package contains support classes for query derivation and other ways of querying couchbase (helper classes).
-
Uses of N1QLQuery in org.springframework.data.couchbase.repository.query
Methods in org.springframework.data.couchbase.repository.query that return N1QLQueryModifier and TypeMethodDescriptionprotected static N1QLQueryAbstractN1qlBasedQuery.buildQuery(N1QLExpression expression, com.couchbase.client.java.json.JsonValue queryPlaceholderValues, com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Methods in org.springframework.data.couchbase.repository.query with parameters of type N1QLQueryModifier and TypeMethodDescriptionprotected Objectprotected List<?>AbstractN1qlBasedQuery.executeCollection(N1QLQuery query, Class<?> typeToRead) protected ObjectAbstractN1qlBasedQuery.executeDependingOnType(N1QLQuery query, N1QLQuery countQuery, QueryMethod queryMethod, Pageable pageable, Class<?> typeToRead) protected ObjectReactiveAbstractN1qlBasedQuery.executeDependingOnType(N1QLQuery query, QueryMethod queryMethod, Class<?> typeToRead) protected ObjectAbstractN1qlBasedQuery.executeEntity(N1QLQuery query, Class<?> typeToRead) protected ObjectAbstractN1qlBasedQuery.executePaged(N1QLQuery query, N1QLQuery countQuery, Pageable pageable, Class<?> typeToRead) protected ObjectAbstractN1qlBasedQuery.executeSingleProjection(N1QLQuery query) protected ObjectReactiveAbstractN1qlBasedQuery.executeSingleProjection(N1QLQuery query, Class<?> typeToRead) protected ObjectAbstractN1qlBasedQuery.executeSliced(N1QLQuery query, N1QLQuery countQuery, Pageable pageable, Class<?> typeToRead) protected ObjectAbstractN1qlBasedQuery.executeStream(N1QLQuery query, Class<?> typeToRead) -
Uses of N1QLQuery in org.springframework.data.couchbase.repository.query.support
Methods in org.springframework.data.couchbase.repository.query.support that return N1QLQueryModifier and TypeMethodDescriptionstatic N1QLQueryN1qlUtils.buildQuery(N1QLExpression expression, com.couchbase.client.java.json.JsonValue queryPlaceholderValues, com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Creates N1QLQuery object from the statement, query placeholder values and scan consistency