| org.tigris.scarab.om.BaseAttributeValuePeer org.tigris.scarab.om.AttributeValuePeer
Method Summary | |
public static int | count(Criteria crit) Adds count(AttributeValuePeer.VALUE_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 AttributeValuePeer.VALUE_ID) to the select clause and returns
the number of rows resulting from the given Criteria. | public static Class | getOMClass(Record record, int offset) |
count | public static int count(Criteria crit) throws TorqueException, DataSetException(Code) | | Adds count(AttributeValuePeer.VALUE_ID) to the select clause and returns the
number of rows resulting from the given Criteria. If the criteria will
lead to duplicate VALUE_ID's they will be counted. However, if the
criteria is known not to lead to this, or unique VALUE_ID's are not
required, this method is cheaper than
AttributeValuePeer.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 AttributeValuePeer.VALUE_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 VALUE_ID's.
Parameters: crit - a Criteria value an int value exception: TorqueException - if an error occurs exception: DataSetException - if an error occurs |
getOMClass | public static Class getOMClass(Record record, int offset) throws TorqueException(Code) | | Get the className appropriate for a row in the
SCARAB_ISSUE_ATTRIBUTE_VALUE table
|
Methods inherited from org.tigris.scarab.om.BaseAttributeValuePeer | public static void addSelectColumns(Criteria criteria) throws TorqueException(Code)(Java Doc) public static Criteria buildCriteria(ObjectKey pk)(Code)(Java Doc) public static Criteria buildCriteria(AttributeValue obj)(Code)(Java Doc) public static Criteria buildSelectCriteria(AttributeValue 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(AttributeValue obj) throws TorqueException(Code)(Java Doc) public static void doDelete(AttributeValue 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(AttributeValue obj) throws TorqueException(Code)(Java Doc) public static void doInsert(AttributeValue 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(AttributeValue obj) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttribute(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttributeOption(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptIssue(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptIssue(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabUserImpl(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttribute(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttributeOption(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinIssue(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabUserImpl(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(AttributeValue obj) throws TorqueException(Code)(Java Doc) public static void doUpdate(AttributeValue obj, Connection con) throws TorqueException(Code)(Java Doc) public static MapBuilder getMapBuilder() throws TorqueException(Code)(Java Doc) public static Class getOMClass(Record record, int offset) 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, AttributeValue 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 AttributeValue retrieveByPK(Long pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static AttributeValue retrieveByPK(Long pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static AttributeValue retrieveByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static AttributeValue 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 AttributeValue row2Object(Record row, int offset, Class cls) throws TorqueException(Code)(Java Doc)
|
|
|