public class RangeSearch.InfoFinder extends FilterFinder<D,RangeSearch.Info>
Constructor and Description |
---|
InfoFinder() |
Modifier and Type | Method and Description |
---|---|
protected void |
addSource(java.lang.StringBuilder sb) |
protected java.lang.String |
getDBTag()
Get the tag used to create the connection for this query from
a
DatabaseService . |
protected java.util.Set<Repository> |
getSourceTables() |
find, find
make
getContext, getFilter, getLockClause, getLogger, getModify, getModifyParameters, getQualify, getTarget, getTargetParameters, makeDefault, makeEntry, makeSelect, setFilter, setMapper, setQualify, toString
getFilterArguments, isEmpty, makeWhere, setParams
protected java.lang.String getDBTag()
FilterReader
DatabaseService
.
Normally this just queries the repository for the main table in the query
(as this table HAS to take part) and
relies on the query failing if there is an illegal join.
Any more advanced checking should really be done when constructing the filter
as this is where there is a chance to recover from the error.getDBTag
in class FilterReader<D extends DataObject,RangeSearch.Info>
protected void addSource(java.lang.StringBuilder sb)
addSource
in class FilterReader<D extends DataObject,RangeSearch.Info>
protected java.util.Set<Repository> getSourceTables()
getSourceTables
in class FilterReader<D extends DataObject,RangeSearch.Info>