Class Summary |
AbstractField |
Abstract base class for Field, Schema and Projection. |
AbstractQueryObject |
Abstract base class for all query objects. |
FieldImpl |
Final immutable class that implements Field. |
OrderImpl |
Final class that implements Order. |
OrderImpl.Item |
Inner class for order items to handel field and its order direction together. |
ProjectionImpl |
Final immutable class that a projection of a select query. |
SchemaImpl |
Final immutable class that implements Schema. |
SelectQueryImpl |
Final class that implements SelectQuery. |