动态表单及动态建表实现原理 - 编程入门网
formAttribute遇協
Map map = new HashMap();
map.put("name", "limq");
// 距喘insert圭隈峨秘方象
int c = (Integer) groovyObject.invokeMethod("insert", map);
// 距喘getAll圭隈資誼侭嗤強蓑燕嶄議方象
Object o = groovyObject.invokeMethod("getAll", null);
List list2 = (List) o;
Object obj = list2.get(0);
try {
String tname = (String) BeanUtils.getDeclaredProperty(obj, "name");
System.out.println(tname);
} catch (IllegalAccessException e) {
e.printStackTrace();
} catch (NoSuchFieldException e) {
e.printStackTrace();
}
// 距喘search圭隈臥儂強蓑燕
List<Map> returnList = (List) groovyObject.invokeMethod("search", map);
for (Map map2 : returnList) {
// 揖尖緩侃功象FromAttribute遇協
System.out.println(map2.get("id"));
System.out.println(map2.get("name"));
System.out.println(map2.get("type"));
}
}
FormGenerator ? 幹秀恵諒方象垂Groovy旗鷹
|
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |