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