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