public interface IQueryListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBeforeQuery(QDataContext dc,
QCriteriaQueryBase<?> criteria)
Called before a
QDataContext.query(QCriteria) or QDataContext.query(QSelection) is
executed; it can alter the query if needed. |
void onBeforeQuery(@Nonnull QDataContext dc, @Nonnull QCriteriaQueryBase<?> criteria) throws Exception
QDataContext.query(QCriteria) or QDataContext.query(QSelection) is
executed; it can alter the query if needed.criteria - ExceptionCopyright © 2017 etc.to. All rights reserved.