Class CompositeFinder

  • All Implemented Interfaces:
    Finder, IFinder

    public class CompositeFinder
    extends BaseFinder
    If a query's holder is a collection, iterate it, delegating to supplied finder, and compose results. If value is not a collection, it's piped right through the delegate.