|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.util.JoinBuilder
Factored out code that is used to generate Join Code. This code comes from BasePeer and is put here to reduce complexity in the BasePeer class. You should not use the methods here directly!
Constructor Summary | |
JoinBuilder()
|
Method Summary | |
static void |
processJoins(DB db,
DatabaseMap dbMap,
Criteria criteria,
Query query)
adds the Joins from the criteria to the query |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JoinBuilder()
Method Detail |
public static final void processJoins(DB db, DatabaseMap dbMap, Criteria criteria, Query query) throws TorqueException
criteria
- the criteria from which the Joins are takenquery
- the query to which the Joins should be added
TorqueException
- if the Joins can not be processed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |