1
addOrderByClause(java.lang.String expr)
2
addWhereClause(java.lang.String expr)
添加一個where條件到SQL,注意要添加的SQL是否有Where了
3
appendViewCriteria(ViewCriteria criteria)
4 applyViewCriteria(ViewCriteria criteria)
5
applyViewCriteria(ViewCriteria criteria, boolean bAppend)
6 createRow()
7
createViewCriteria()
8
executeQuery()
9 findByKey(Key key, int maxNumOfRows)
10
getEstimatedRowCount()
11
getQuery()
12
getViewCriteria(java.lang.String name)
13 getFilteredRows("checked", Boolean.TRUE); //第一個參數是vo的屬性名,第二個參數是屬性對應的值,比如查詢出checked屬性為true的所有行。