ErpPoint 他山の石
2008/04/22
hql 2
List list = s.find("select
item.name
,item.price from Item item");
for(int i=0;i<list.size();i++){
Object[] o = (Object[])list.get(i);
String name = (String)o[0];
Integer price = (Integer)o[1];
・・・
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment