static class DynamicReporterQuery.MasterReporterJoiner extends Object implements AutoJoiner<DynamicReporterQuery,ReporterPropertyExpression>
Modifier | Constructor and Description |
---|---|
private |
DynamicReporterQuery.MasterReporterJoiner(JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
Class<ReporterPropertyExpression> |
getElementClass()
The type of the query element the implementation works for.
|
Class<DynamicReporterQuery> |
getQueryClass()
The type of the query the implementation works for.
|
void |
joinIfNeeded(DynamicReporterQuery query,
ReporterPropertyExpression element)
Automatically join the tables that is is needed by the query element unless
they are already joined.
|
void |
reset(DynamicReporterQuery query)
Called to indicate that
Query.reset() has been called on the
given query. |
private final JoinType joinType
private DynamicReporterQuery.MasterReporterJoiner(JoinType joinType)
public Class<DynamicReporterQuery> getQueryClass()
AutoJoiner
getQueryClass
in interface AutoJoiner<DynamicReporterQuery,ReporterPropertyExpression>
public Class<ReporterPropertyExpression> getElementClass()
AutoJoiner
getElementClass
in interface AutoJoiner<DynamicReporterQuery,ReporterPropertyExpression>
public void joinIfNeeded(DynamicReporterQuery query, ReporterPropertyExpression element)
AutoJoiner
joinIfNeeded
in interface AutoJoiner<DynamicReporterQuery,ReporterPropertyExpression>
query
- The queryelement
- The query elementpublic void reset(DynamicReporterQuery query)
AutoJoiner
Query.reset()
has been called on the
given query.reset
in interface AutoJoiner<DynamicReporterQuery,ReporterPropertyExpression>
query
- The query