Interface DocResult

All Superinterfaces:
FetchResult<DbDoc>, java.lang.Iterable<DbDoc>, java.util.Iterator<DbDoc>, QueryResult, Result
All Known Implementing Classes:
DocResultImpl

public interface DocResult
extends FetchResult<DbDoc>, Result
A sequence of documents retrieved from a find query.