Class CQuery<T>

java.lang.Object
io.ebeaninternal.server.query.CQuery<T>
All Implemented Interfaces:
CancelableQuery, SpiProfileTransactionEvent, DbReadContext

public final class CQuery<T> extends Object implements DbReadContext, CancelableQuery, SpiProfileTransactionEvent
An object that represents a SqlSelect statement.

The SqlSelect is based on a tree (Object Graph). The tree is traversed to see what parts are included in the tree according to the value of find.getInclude();

The tree structure is flattened into a SqlSelectChain. The SqlSelectChain is the key object used in reading the flat resultSet back into Objects.