| 程序包 | 说明 |
|---|---|
| gu.sql2java |
| 限定符和类型 | 类和说明 |
|---|---|
protected class |
BaseTableManager.CacheWrapper |
protected class |
BaseTableManager.DeleteBeanAction |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
BaseTableManager.actionOnResultSet(java.sql.ResultSet rs,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action)
decode a resultset and call action
|
int |
TableManager.loadAll(int startRow,
int numRows,
TableManager.Action<B> action)
Loads the given number of rows from table, given the start row and dealt with action.
|
int |
BaseTableManager.loadAll(int startRow,
int numRows,
TableManager.Action<B> action) |
int |
TableManager.loadAll(TableManager.Action<B> action)
Loads each row from table and dealt with action.
|
int |
BaseTableManager.loadAll(TableManager.Action<B> action) |
int |
TableManager.loadByWhere(java.lang.String where,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action)
Retrieves each row of B bean given a sql where clause and a list of fields, and startRow and numRows,
and dealt with action.
|
int |
BaseTableManager.loadByWhere(java.lang.String where,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action) |
int |
TableManager.loadByWhere(java.lang.String where,
int[] fieldList,
TableManager.Action<B> action)
Retrieves each row of B bean given a sql where clause, and a list of fields,
and dealt with action.
|
int |
BaseTableManager.loadByWhere(java.lang.String where,
int[] fieldList,
TableManager.Action<B> action) |
int |
TableManager.loadByWhere(java.lang.String where,
TableManager.Action<B> action)
Retrieves each row of B bean given a sql 'where' clause and dealt with action.
|
int |
BaseTableManager.loadByWhere(java.lang.String where,
TableManager.Action<B> action) |
int |
TableManager.loadByWhereForAction(java.lang.String where,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action)
Retrieves each row of B bean given a sql where clause and a list of fields, and startRow and numRows,
and dealt wity action
It is up to you to pass the 'WHERE' in your where clauses.
|
int |
BaseTableManager.loadByWhereForAction(java.lang.String where,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action) |
int |
TableManager.loadUsingTemplate(B bean,
int[] fieldList,
int startRow,
int numRows,
int searchType,
TableManager.Action<B> action)
Loads each row from a template one, given the start row and number of rows and dealt with action.
|
int |
BaseTableManager.loadUsingTemplate(B bean,
int[] fieldList,
int startRow,
int numRows,
int searchType,
TableManager.Action<B> action) |
int |
TableManager.loadUsingTemplate(B bean,
int startRow,
int numRows,
TableManager.Action<B> action)
Loads each row from a template one, given the start row and number of rows and dealt with action.
|
int |
BaseTableManager.loadUsingTemplate(B bean,
int startRow,
int numRows,
TableManager.Action<B> action) |
int |
TableManager.loadUsingTemplate(B bean,
TableManager.Action<B> action)
Loads each row from a template one and dealt with action.
|
int |
BaseTableManager.loadUsingTemplate(B bean,
TableManager.Action<B> action) |
| 构造器和说明 |
|---|
BaseTableManager.CacheWrapper(TableManager.Action<B> action,
TableCache<B> cache) |
Copyright © 2019. All Rights Reserved.