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 org.springframework.data.repository.query.parser.PartTree
PartTree.OrPart
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.data.repository.query.parser.PartTree
getMaxResults, getParts, getParts, getResultLimit, getSort, hasPredicate, isCountProjection, isDelete, isDistinct, isExistsProjection, isLimiting, iterator, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CouchbasePartTree
-