org.apache.ojb.broker.query
Class ReportQueryByMtoNCriteria
java.lang.Object
org.apache.ojb.broker.query.AbstractQueryImpl
org.apache.ojb.broker.query.QueryByCriteria
org.apache.ojb.broker.query.ReportQueryByCriteria
org.apache.ojb.broker.query.ReportQueryByMtoNCriteria
- All Implemented Interfaces:
- MtoNQuery, Query, ReportQuery, java.io.Serializable
- public class ReportQueryByMtoNCriteria
- extends ReportQueryByCriteria
- implements MtoNQuery
ReportQuery using MtoNCriteria, for internal use
- Version:
- $Id: ReportQueryByMtoNCriteria.java,v 1.1 2002/10/01 18:49:06 brj Exp $
- Author:
- Jakob Braeuchi
- See Also:
- Serialized Form
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, getPathOuterJoin, 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReportQueryByMtoNCriteria
public ReportQueryByMtoNCriteria(java.lang.Class targetClass,
java.lang.String[] columns,
Criteria criteria,
boolean distinct)
- Constructor for ReportQueryByMtoNCriteria.
- Parameters:
targetClass
- columns
- criteria
- distinct
-
ReportQueryByMtoNCriteria
public ReportQueryByMtoNCriteria(java.lang.Class targetClass,
java.lang.String[] columns,
Criteria criteria)
- Constructor for ReportQueryByMtoNCriteria.
- Parameters:
targetClass
- columns
- criteria
-
ReportQueryByMtoNCriteria
public ReportQueryByMtoNCriteria(java.lang.Class targetClass,
Criteria criteria)
- Constructor for ReportQueryByMtoNCriteria.
- Parameters:
targetClass
- criteria
-
ReportQueryByMtoNCriteria
public ReportQueryByMtoNCriteria(java.lang.Class targetClass,
Criteria criteria,
boolean distinct)
- Constructor for ReportQueryByMtoNCriteria.
- Parameters:
targetClass
- criteria
- distinct
-
getIndirectionTable
public java.lang.String getIndirectionTable()
- Description copied from interface:
MtoNQuery
- Gets the indirection Table used for m:n queries.
- Specified by:
getIndirectionTable
in interface MtoNQuery
- Returns:
- Returns a String[]
- See Also:
MtoNQuery.getIndirectionTable()
setIndirectionTable
public void setIndirectionTable(java.lang.String indirectionTable)
- Sets the indirectionTable.
- Parameters:
indirectionTable
- The indirectionTable to set
Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14