Class CouchbasePartTree
java.lang.Object
org.springframework.data.repository.query.parser.PartTree
org.springframework.data.couchbase.repository.query.CouchbasePartTree
- All Implemented Interfaces:
Iterable<PartTree.OrPart>, Supplier<Stream<PartTree.OrPart>>, Streamable<PartTree.OrPart>
Extend PartTree to parse out distinct fields
- Author:
- Michael Reiche
-
Nested Class Summary
Nested classes/interfaces inherited from class PartTree
PartTree.OrPart -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PartTree
getMaxResults, getParts, getParts, getResultLimit, getSort, hasPredicate, isCountProjection, isDelete, isDistinct, isExistsProjection, isLimiting, iterator, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
CouchbasePartTree
-