| org.tigris.scarab.om.BaseIssuePeer org.tigris.scarab.om.IssuePeer
Method Summary | |
public static int | count(Criteria crit) Adds count(IssuePeer.ISSUE_ID) to the select clause and returns the
number of rows resulting from the given Criteria. | public static int | countDistinct(Criteria crit) Adds count(DISTINCT IssuePeer.ISSUE_ID) to the select clause and returns
the number of rows resulting from the given Criteria. | public static Issue | retrieveByPK(ObjectKey pk) |
count | public static int count(Criteria crit) throws TorqueException, DataSetException(Code) | | Adds count(IssuePeer.ISSUE_ID) to the select clause and returns the
number of rows resulting from the given Criteria. If the criteria will
lead to duplicate ISSUE_ID's they will be counted. However, if the
criteria is known not to lead to this, or unique ISSUE_ID's are not
required, this method is cheaper than
IssuePeer.countDistinct(Criteria) Parameters: crit - a Criteria value an int value exception: TorqueException - if an error occurs exception: DataSetException - if an error occurs |
countDistinct | public static int countDistinct(Criteria crit) throws TorqueException, DataSetException(Code) | | Adds count(DISTINCT IssuePeer.ISSUE_ID) to the select clause and returns
the number of rows resulting from the given Criteria. The returned
value will be the number of unique ISSUE_ID's.
Parameters: crit - a Criteria value an int value exception: TorqueException - if an error occurs exception: DataSetException - if an error occurs |
retrieveByPK | public static Issue retrieveByPK(ObjectKey pk) throws TorqueException(Code) | | Retrieve a single object by pk
Parameters: pk - |
Methods inherited from org.tigris.scarab.om.BaseIssuePeer | public static void addSelectColumns(Criteria criteria) throws TorqueException(Code)(Java Doc) public static Criteria buildCriteria(ObjectKey pk)(Code)(Java Doc) public static Criteria buildCriteria(Issue obj)(Code)(Java Doc) public static Criteria buildSelectCriteria(Issue obj)(Code)(Java Doc) public static void correctBooleans(Criteria criteria)(Code)(Java Doc) public static void doDelete(Criteria criteria) throws TorqueException(Code)(Java Doc) public static void doDelete(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doDelete(Issue obj) throws TorqueException(Code)(Java Doc) public static void doDelete(Issue obj, Connection con) throws TorqueException(Code)(Java Doc) public static void doDelete(ObjectKey pk) throws TorqueException(Code)(Java Doc) public static void doDelete(ObjectKey pk, Connection con) throws TorqueException(Code)(Java Doc) public static ObjectKey doInsert(Criteria criteria) throws TorqueException(Code)(Java Doc) public static ObjectKey doInsert(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doInsert(Issue obj) throws TorqueException(Code)(Java Doc) public static void doInsert(Issue obj, Connection con) throws TorqueException(Code)(Java Doc) public static List doSelect(Criteria criteria) throws TorqueException(Code)(Java Doc) public static List doSelect(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static List doSelect(Issue obj) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinActivitySetRelatedByCreatedTransId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinActivitySetRelatedByCreatedTransId(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinActivitySetRelatedByLastTransId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinActivitySetRelatedByLastTransId(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptActivitySetRelatedByCreatedTransId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptActivitySetRelatedByCreatedTransId(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptActivitySetRelatedByLastTransId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptActivitySetRelatedByLastTransId(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptIssueType(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabModule(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinIssueType(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabModule(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) public static List doSelectVillageRecords(Criteria criteria) throws TorqueException(Code)(Java Doc) public static List doSelectVillageRecords(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doUpdate(Criteria criteria) throws TorqueException(Code)(Java Doc) public static void doUpdate(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doUpdate(Issue obj) throws TorqueException(Code)(Java Doc) public static void doUpdate(Issue obj, Connection con) throws TorqueException(Code)(Java Doc) public static MapBuilder getMapBuilder() throws TorqueException(Code)(Java Doc) public static Class getOMClass() throws TorqueException(Code)(Java Doc) protected static TableMap getTableMap() throws TorqueException(Code)(Java Doc) public static void populateObject(Record row, int offset, Issue obj) throws TorqueException(Code)(Java Doc) public static List populateObjects(List records) throws TorqueException(Code)(Java Doc) public static List resultSet2Objects(java.sql.ResultSet results) throws TorqueException(Code)(Java Doc) public static Issue retrieveByPK(Long pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Issue retrieveByPK(Long pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Issue retrieveByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Issue retrieveByPK(ObjectKey pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static List retrieveByPKs(List pks) throws TorqueException(Code)(Java Doc) public static List retrieveByPKs(List pks, Connection dbcon) throws TorqueException(Code)(Java Doc) public static Issue row2Object(Record row, int offset, Class cls) throws TorqueException(Code)(Java Doc)
|
|
|