1, with jdbc2.0 sql2java may add support to scrollable ResultSet and provides methods like: loadAll(int from, int to), loadUsingTemplate(XBean bean, int from, int to)...I think this is useful for web application
2, I don't quick understand the "xxx_is_initialized" in the modify method, when both the field and the parm are null. I modify it to : (newVal == null && this.leader == null), removing the "xxx_is_initialized".
3, when calling loadByTemplate method or countUsingTemplate method, if the pObject is not initialized, no SQLException should be thrown, just return loadAll()
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1, with jdbc2.0 sql2java may add support to scrollable ResultSet and provides methods like: loadAll(int from, int to), loadUsingTemplate(XBean bean, int from, int to)...I think this is useful for web application
2, I don't quick understand the "xxx_is_initialized" in the modify method, when both the field and the parm are null. I modify it to : (newVal == null && this.leader == null), removing the "xxx_is_initialized".
3, when calling loadByTemplate method or countUsingTemplate method, if the pObject is not initialized, no SQLException should be thrown, just return loadAll()
Regards
Thanks for these constructive feedbacks!
We will try to add these.