Uses of Interface
org.springframework.data.couchbase.repository.query.PartTreeN1qlQueryCreator
Packages that use PartTreeN1qlQueryCreator
Package
Description
This package contains classes related to query derivation and concrete ways of querying couchbase.
-
Uses of PartTreeN1qlQueryCreator in org.springframework.data.couchbase.repository.query
Classes in org.springframework.data.couchbase.repository.query that implement PartTreeN1qlQueryCreatorModifier and TypeClassDescriptionclassclassN1qlMutateQueryCreator allows to create queries for delete operations.classThisQuery Creatoris responsible for parsing aPartTree(representing a method name) into the WHERE clause of a N1QL query.