public static void addSelectColumns(Criteria criteria) throws TorqueException(Code)(Java Doc) public static Criteria buildCriteria(ObjectKey pk)(Code)(Java Doc) public static Criteria buildCriteria(Condition obj)(Code)(Java Doc) public static Criteria buildSelectCriteria(Condition 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(Condition obj) throws TorqueException(Code)(Java Doc) public static void doDelete(Condition 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(Condition obj) throws TorqueException(Code)(Java Doc) public static void doInsert(Condition 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(Condition 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 doSelectJoinAllExceptRModuleAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptRModuleAttribute(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptRModuleIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptRModuleIssueType(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptTransition(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptTransition(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 doSelectJoinRModuleAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinRModuleAttribute(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinRModuleIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinRModuleIssueType(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinTransition(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinTransition(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(Condition obj) throws TorqueException(Code)(Java Doc) public static void doUpdate(Condition 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, Condition 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 Condition retrieveByPK(Long pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Condition retrieveByPK(Long pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Condition retrieveByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Condition 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 Condition row2Object(Record row, int offset, Class cls) throws TorqueException(Code)(Java Doc)
|