Interface RetrievalStage<T>

Type Parameters:
T - type of RetrievalStage
All Known Implementing Classes:
QueryBuilder

public interface RetrievalStage<T>
Represents a RetrievalStage of a QueryBuilder.

A RetrievalStage is used to retrieve the actual data from the database.

The RetrievalStage defines in which way the results should be retreived.