|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.util.BasePeer
org.tigris.scarab.om.BaseIssuePeer
org.tigris.scarab.om.IssuePeer
The Peer class for an issue.
| Nested Class Summary |
| Nested classes inherited from class org.apache.torque.util.BasePeer |
org.apache.torque.util.BasePeer.ProcessCallback |
| Field Summary |
| Fields inherited from class org.tigris.scarab.om.BaseIssuePeer |
CLASS_DEFAULT, CLASSNAME_DEFAULT, CREATED_TRANS_ID, DATABASE_NAME, DELETED, ID_COUNT, ID_DOMAIN, ID_PREFIX, ISSUE_ID, LAST_TRANS_ID, MODULE_ID, MOVED, numColumns, TABLE_NAME, TYPE_ID |
| Fields inherited from class org.apache.torque.util.BasePeer |
IGNORE_CASE, log, ORDER_BY |
| Constructor Summary | |
IssuePeer()
|
|
| Method Summary | |
static int |
count(org.apache.torque.util.Criteria crit)
Adds count(IssuePeer.ISSUE_ID) to the select clause and returns the number of rows resulting from the given Criteria. |
static int |
countDistinct(org.apache.torque.util.Criteria crit)
Adds count(DISTINCT IssuePeer.ISSUE_ID) to the select clause and returns the number of rows resulting from the given Criteria. |
static Issue |
retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
| Methods inherited from class org.apache.torque.util.BasePeer |
createPreparedStatement, createQueryString, deleteAll, deleteAll, doPSSelect, doPSSelect, doUpdate, doUpdate, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeStatement, executeStatement, executeStatement, getMapBuilder, getSelectResults, getSelectResults, getSelectResults, getSelectResults, handleMultipleRecords, initColumnNames, initCriteriaKeys, initTableColumns, initTableSchema, initTableSchema |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IssuePeer()
| Method Detail |
public static int count(org.apache.torque.util.Criteria crit)
throws org.apache.torque.TorqueException,
com.workingdogs.village.DataSetException
countDistinct(Criteria)
crit - a Criteria value
int value
org.apache.torque.TorqueException - if an error occurs
com.workingdogs.village.DataSetException - if an error occurs
public static int countDistinct(org.apache.torque.util.Criteria crit)
throws org.apache.torque.TorqueException,
com.workingdogs.village.DataSetException
crit - a Criteria value
int value
org.apache.torque.TorqueException - if an error occurs
com.workingdogs.village.DataSetException - if an error occurs
public static Issue retrieveByPK(org.apache.torque.om.ObjectKey pk)
throws org.apache.torque.TorqueException
pk -
org.apache.torque.TorqueException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||