Interface QueryCondition<S,O,R>

All Superinterfaces:
Printable, Queryable, QueryExecute<R>, QueryOrderStart<O>, QuerySelectOperation<S,O,R>
All Known Implementing Classes:
QueryExecutor

public interface QueryCondition<S,O,R> extends QuerySelectOperation<S,O,R>