|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.basedb.core.DynamicReporterQuery.ReporterListJoiner
static class DynamicReporterQuery.ReporterListJoiner
Auto joiner for reporter lists.
Field Summary | |
---|---|
private JoinType |
joinType
|
Constructor Summary | |
---|---|
private |
DynamicReporterQuery.ReporterListJoiner(JoinType joinType)
|
Method Summary | |
---|---|
Class<ReporterListExpression> |
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,
ReporterListExpression 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final JoinType joinType
Constructor Detail |
---|
private DynamicReporterQuery.ReporterListJoiner(JoinType joinType)
Method Detail |
---|
public Class<DynamicReporterQuery> getQueryClass()
AutoJoiner
getQueryClass
in interface AutoJoiner<DynamicReporterQuery,ReporterListExpression>
public Class<ReporterListExpression> getElementClass()
AutoJoiner
getElementClass
in interface AutoJoiner<DynamicReporterQuery,ReporterListExpression>
public void joinIfNeeded(DynamicReporterQuery query, ReporterListExpression element)
AutoJoiner
joinIfNeeded
in interface AutoJoiner<DynamicReporterQuery,ReporterListExpression>
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,ReporterListExpression>
query
- The query
|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |