取List<Object> 集合

result.setList(q.list()) ;
            Object[] t = (Object[])q.list().get(0);
            result.setRowsCount(Integer.parseInt(t[20].toString()));

posted on 2012-02-24 15:21  shosky  阅读(198)  评论(0编辑  收藏  举报

导航