找回密码
 立即注册
装成ResultSettheObjectgt | Applet 2022-10-05 56 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
将ResultSe数据集t封装成对应实体类的List调集。采纳反射机制实现。/
@category将ResultSet成果集封装到对应的Listlt;Objectgt;中。
日期:2011-03-1113:38
@authorGreenlight
补白:请求数据库中的字段和实体类中的属性如出一辙。
/publicclasstrunList{??/
将ResultSet数据集封装成对应实体类的List调集
@paramrs数据集-ResultSet
@paramclassName实体类(全途径)-String
@returnListlt;Objectgt;
/??@SuppressWarnings(unchecked)??publicListlt;Objectgt;toList(ResultSetrs,StringclassName){??…………………………??}??/
lt;bgt;基本数据类型转换lt;/bgt;
@paramclazz
@paramstr
@returnObject
/??@SuppressWarnings(unchecked)??privateObjecttypeUtil(ClaS/SClazz,Stringstr){…………………………??}}
Test.java
.....

(Encapsulate the ResultSe dataset t into a List call of the corresponding entity class. The reflection mechanism is adopted for implementation/
@Category encapsulates the ResultSet result set to the corresponding Listlt; Objectgt; Medium.
Date: 2011-03-1113:38
@authorGreenlight
Whitening: The fields in the request database are the same as the attributes in the entity class.
/publicclasstrunList{??/
Encapsulate the ResultSet dataset into a List call of the corresponding entity class
@Paramrs dataset ResultSet
@ParamclassName entity class (full path) - String
@returnListlt; Objectgt;
/??@ SuppressWarnings(unchecked)?? publicListlt; Objectgt; toList(ResultSetrs,StringclassName){??…………………………??}??/
lt; bgt; Basic data type conversion lt/ bgt;
@paramclazz
@paramstr
@returnObject
/??@ SuppressWarnings(unchecked)?? privateObjecttypeUtil(ClaS/SClazz,Stringstr){…………………………??}}
Test.java
.....)

[下载]07380857518.rar




上一篇:java练习
下一篇:MyEclipse+java开发教程