Re: Setting FetchSize in iBatis

2007-08-08 Thread Joe ONeil
Another method you can use is @SuppressWarnings("unchecked") public List selectByExampleRange(StockItemsVwExample example,int start,int maxRows) { List list = (List) getSqlMapClientTemplate().queryForList ("DWOWNER_STOC

Re: Setting FetchSize in iBatis

2007-08-03 Thread Clinton Begin
On the tag you can set fetch size. See the DTD. http://ibatis.apache.org/dtd/sql-map-2.dtd Clinton On 8/3/07, Gaurav Agarwal <[EMAIL PROTECTED]> wrote: > > Hi, > > I just wanted to know, if we can set the fetchsize for queries in > iBatis. I wanted to do so, as the for some of the reports the