Class Summary |
BasicQueryBuilder |
Construct query by looking at which fields in the system object have been
populated and performing a 'like %' search against string fields and an "="
search for non-string fields. |
BlockerQueryBuilder |
The Blocker is used to limit the amount of potential candidates the match
engine has the work with. |
ObjectColumn |
The ObjectColumn class is used to keep values for the given column. |
ObjectTable |
The ObjectTable class is used to keep list of ObjectColumn. |
QueryBuilder |
QueryBuilder takes criteria and options and transforms them into a set of
zero or more query objects. |
SearchCriteria |
Generic class representing data that is transformed using a QueryBuilder to
construct a set of queries objects |
SearchOptions |
Generic class representing a set of options for executing a query |