有谁用过hibernte 中的ScrollableResults?
有个get方法,要传一个int的参数,这个参数用来干什么的?是指定结果集中的下标的吗?但是我用这个参数,除了0以外我用所有的下标拿对象都报数组越界异常
这个是API中的方法定义。麻烦各位了
 Object get(int i) 
          Get the ith object in the current row of results, without initializing any other results in the row.