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>

public class CouchbasePartTree extends PartTree
Extend PartTree to parse out distinct fields
Author:
Michael Reiche
  • Constructor Details

    • CouchbasePartTree

      public CouchbasePartTree(String methodName, Class<?> domainType)