|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.query.AbstractQueryImpl
org.apache.ojb.broker.query.QueryByCriteria
org.apache.ojb.broker.query.ReportQueryByCriteria
org.apache.ojb.broker.query.ReportQueryByMtoNCriteria
ReportQuery using MtoNCriteria, for internal use
Field Summary |
Fields inherited from class org.apache.ojb.broker.query.QueryByCriteria |
CRITERIA_SELECT_ALL |
Fields inherited from interface org.apache.ojb.broker.query.Query |
NO_END_AT_INDEX, NO_START_AT_INDEX, NOT_SCROLLABLE, SCROLLABLE |
Constructor Summary | |
ReportQueryByMtoNCriteria(java.lang.Class targetClass,
Criteria criteria)
Constructor for ReportQueryByMtoNCriteria. |
|
ReportQueryByMtoNCriteria(java.lang.Class targetClass,
Criteria criteria,
boolean distinct)
Constructor for ReportQueryByMtoNCriteria. |
|
ReportQueryByMtoNCriteria(java.lang.Class targetClass,
java.lang.String[] columns,
Criteria criteria)
Constructor for ReportQueryByMtoNCriteria. |
|
ReportQueryByMtoNCriteria(java.lang.Class targetClass,
java.lang.String[] columns,
Criteria criteria,
boolean distinct)
Constructor for ReportQueryByMtoNCriteria. |
Method Summary | |
java.lang.String |
getIndirectionTable()
Gets the indirection Table used for m:n queries. |
void |
setIndirectionTable(java.lang.String indirectionTable)
Sets the indirectionTable. |
Methods inherited from class org.apache.ojb.broker.query.ReportQueryByCriteria |
getColumns, getJdbcTypes, setColumns, setJdbcTypes, toString |
Methods inherited from class org.apache.ojb.broker.query.QueryByCriteria |
addGroupBy, addGroupBy, addGroupBy, addOrderBy, addOrderBy, addOrderBy, addOrderByAscending, addOrderByDescending, addPathClass, addPrefetchedRelationship, getClassesForPath, getCriteria, getGroupBy, getHavingCriteria, getObjectProjectionAttribute, getOrderBy, getPathClasses, getPrefetchedRelationships, isDistinct, isPathOuterJoin, setCriteria, setDistinct, setHavingCriteria, setObjectProjectionAttribute, setObjectProjectionAttribute, setPathClass, setPathOuterJoin |
Methods inherited from class org.apache.ojb.broker.query.AbstractQueryImpl |
fullSize, fullSize, getBaseClass, getEndAtIndex, getExampleObject, getSearchClass, getStartAtIndex, getWithExtents, setEndAtIndex, setStartAtIndex, setWithExtents, usePaging |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReportQueryByMtoNCriteria(java.lang.Class targetClass, java.lang.String[] columns, Criteria criteria, boolean distinct)
targetClass
- columns
- criteria
- distinct
- public ReportQueryByMtoNCriteria(java.lang.Class targetClass, java.lang.String[] columns, Criteria criteria)
targetClass
- columns
- criteria
- public ReportQueryByMtoNCriteria(java.lang.Class targetClass, Criteria criteria)
targetClass
- criteria
- public ReportQueryByMtoNCriteria(java.lang.Class targetClass, Criteria criteria, boolean distinct)
targetClass
- criteria
- distinct
- Method Detail |
public java.lang.String getIndirectionTable()
MtoNQuery
getIndirectionTable
in interface MtoNQuery
MtoNQuery.getIndirectionTable()
public void setIndirectionTable(java.lang.String indirectionTable)
indirectionTable
- The indirectionTable to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |