Package net.sf.basedb.core
Class DynamicRawDataQuery.ReporterJoiner
java.lang.Object
net.sf.basedb.core.DynamicRawDataQuery.ReporterJoiner
- All Implemented Interfaces:
AutoJoiner<DynamicRawDataQuery,
ReporterPropertyExpression>
- Enclosing class:
- DynamicRawDataQuery
static class DynamicRawDataQuery.ReporterJoiner
extends Object
implements AutoJoiner<DynamicRawDataQuery,ReporterPropertyExpression>
Auto joiner for reporters.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the query element the implementation works for.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 thatQuery.reset()
has been called on the given query.
-
Field Details
-
joinType
-
-
Constructor Details
-
ReporterJoiner
-
-
Method Details
-
getQueryClass
Description copied from interface:AutoJoiner
The type of the query the implementation works for. This can be an actual subclass or a superclass.- Specified by:
getQueryClass
in interfaceAutoJoiner<DynamicRawDataQuery,
ReporterPropertyExpression> - Returns:
- A class object representing the query type
-
getElementClass
Description copied from interface:AutoJoiner
The type of the query element the implementation works for. This can be an actual subclass or a superclass.- Specified by:
getElementClass
in interfaceAutoJoiner<DynamicRawDataQuery,
ReporterPropertyExpression> - Returns:
- A class object representing the query element type
-
joinIfNeeded
Description copied from interface:AutoJoiner
Automatically join the tables that is is needed by the query element unless they are already joined.- Specified by:
joinIfNeeded
in interfaceAutoJoiner<DynamicRawDataQuery,
ReporterPropertyExpression> - Parameters:
query
- The queryelement
- The query element
-
reset
Description copied from interface:AutoJoiner
Called to indicate thatQuery.reset()
has been called on the given query.- Specified by:
reset
in interfaceAutoJoiner<DynamicRawDataQuery,
ReporterPropertyExpression> - Parameters:
query
- The query
-