Package lumis.doui.table
-
Interface Summary Interface Description ITableDao ITableDao.IRowProcessor -
Class Summary Class Description BaseTableDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced byBaseSourceProcessActionHandler
due to the encapsulation of add, update and delete operations onSource
.QueryBuilder Builds queries based on a source and parameters.TableAddDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced bySourceAddDataProcessActionHandler
due to the encapsulation of add operation onSource
.TableAddFileMultiRowDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced bySourceAddFileMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
.TableAddMultiRowDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced bySourceAddMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
.TableDaoJdbc TableDataProvider Data provider that provides table dataTableDeleteDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced bySourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation onSource
.TableSource A source that is based on a database table.TableUpdateDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced bySourceUpdateDataProcessActionHandler
due to the encapsulation of update operation onSource
.TableUpdateMultiRowDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced bySourceUpdateMultiRowDataProcessActionHandler
due to the encapsulation of update operation onSource
.