| Interface | Description |
|---|---|
| IQuery |
Query interface with default queries.
|
| IQueryBuilder |
Builder interface to create queries.
|
| QueryRepository |
Interface for a repository that supports
IQuery |
| Class | Description |
|---|---|
| AbstractQuery |
An abstract query.
|
| AbstractQueryBuilder |
Abstract implementation of the query builder.
|
| OperatorQuery |
Abstract operator query.
|
| RangeQuery |
Abstract range query implementation.
|
| ValueQuery |
Abstract key value query.
|
| Enum | Description |
|---|---|
| OperatorQuery.OperatorType | |
| SortType |
Query sort type enum.
|
Data In Motion Consulting