|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.basedb.core.DynamicPositionQueryJoiners
public final class DynamicPositionQueryJoiners
This class collects AutoJoiner:s for DynamicPositionQuery
queries. The implementations are thread-safe and can be re-used between threads.
| Nested Class Summary | |
|---|---|
private static class |
DynamicPositionQueryJoiners.ExtraValueJoiner
Joiner for extra values. |
private static class |
DynamicPositionQueryJoiners.ReporterJoiner
Joiner for reporters |
private static class |
DynamicPositionQueryJoiners.ReporterListJoiner
Auto joiner for reporter lists. |
| Field Summary | |
|---|---|
static DynamicPositionQueryJoiners.ExtraValueJoiner |
EXTRA_VALUE_INNER
This instance joins extra values with an inner join. |
static DynamicPositionQueryJoiners.ExtraValueJoiner |
EXTRA_VALUE_LEFT
This instance joins extra values with a left join. |
static DynamicPositionQueryJoiners.ReporterListJoiner |
REPORTER_LIST_INNER
This instance joins reporter lists with an inner join, unless the ReporterListExpression.getAutoJoinType() method overrides
the default. |
static DynamicPositionQueryJoiners.ReporterListJoiner |
REPORTER_LIST_LEFT
This instance joins reporter lists with a left join, unless the ReporterListExpression.getAutoJoinType() method overrides
the default. |
static DynamicPositionQueryJoiners.ReporterJoiner |
REPORTERS_INNER
This instance joins reporters with an inner join. |
static DynamicPositionQueryJoiners.ReporterJoiner |
REPORTERS_LEFT
This instance joins reporters with a left join. |
| Constructor Summary | |
|---|---|
DynamicPositionQueryJoiners()
|
|
| Method Summary | |
|---|---|
static DynamicPositionQueryJoiners.ExtraValueJoiner |
getExtraValueJoiner(JoinType joinType)
Get a joiner instance for extra values for the specified join type. |
static DynamicPositionQueryJoiners.ReporterJoiner |
getReporterJoiner(JoinType joinType)
Get a joiner instance for reporters for the specified join type. |
static DynamicPositionQueryJoiners.ReporterListJoiner |
getReporterListJoiner(JoinType joinType)
Get a joiner instance for reporter lists for the specified join type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DynamicPositionQueryJoiners.ExtraValueJoiner EXTRA_VALUE_LEFT
public static final DynamicPositionQueryJoiners.ExtraValueJoiner EXTRA_VALUE_INNER
public static final DynamicPositionQueryJoiners.ReporterJoiner REPORTERS_LEFT
public static final DynamicPositionQueryJoiners.ReporterJoiner REPORTERS_INNER
public static final DynamicPositionQueryJoiners.ReporterListJoiner REPORTER_LIST_LEFT
ReporterListExpression.getAutoJoinType() method overrides
the default.
public static final DynamicPositionQueryJoiners.ReporterListJoiner REPORTER_LIST_INNER
ReporterListExpression.getAutoJoinType() method overrides
the default.
| Constructor Detail |
|---|
public DynamicPositionQueryJoiners()
| Method Detail |
|---|
public static DynamicPositionQueryJoiners.ExtraValueJoiner getExtraValueJoiner(JoinType joinType)
joinType - The type of join
EXTRA_VALUE_INNER or EXTRA_VALUE_LEFTpublic static DynamicPositionQueryJoiners.ReporterJoiner getReporterJoiner(JoinType joinType)
joinType - The type of join
REPORTERS_LEFT or REPORTERS_INNERpublic static DynamicPositionQueryJoiners.ReporterListJoiner getReporterListJoiner(JoinType joinType)
joinType - The type of join
REPORTER_LIST_LEFT or REPORTER_LIST_INNER
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||