|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.util.LimitHelper
Factored out all the various "How to generate offset and limit for my personal database" from the BasePeer. And tried to get some sense it this.
| Constructor Summary | |
LimitHelper()
|
|
| Method Summary | |
static void |
buildLimit(Criteria criteria,
Query query)
Update the Query object according to the limiting information available in the Criteria |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LimitHelper()
| Method Detail |
public static final void buildLimit(Criteria criteria,
Query query)
throws TorqueException
query - The query object to update
TorqueException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||