I have a table with more than 1000 records, i used the ibatis queryList
method the returned collection has always 1000 records only, the old version
of ibatis was retrieving all the data from the database.
Did i miss something, or this is the case of the new version?




Clinton Begin wrote:
> 
> iBATIS 3 doesn't limit you to 1000 records... where is this limitation
> coming from?
> 
> Clinton
> 
> On Tue, Sep 8, 2009 at 2:41 AM, faresz
> <fares.zgh...@ibs-softsolutions.com>wrote:
> 
>>
>> Hello man,
>> I was testing the new ibatis version and in some cases in our application
>> and for some business it recommends to gather all available data that it
>> could be more than 1000
>>
>>
>>
>>
>> Sameeh Harfoush wrote:
>> >
>> > Fares man,
>> > you need to add in your post some server stack trace and error logs..
>> > why you need to load more than 1000 records ?
>> >
>> > Sameeh Harfoush
>> >
>> > On Tue, Sep 8, 2009 at 10:47 AM, faresz
>> > <fares.zgh...@ibs-softsolutions.com>wrote:
>> >
>> >>
>> >> We are in the process of testing the new version of Ibatis 3.0 Beta
>> and
>> >> we
>> >> are facing the following problems:
>> >>
>> >>   1. Mapping Syntax changes like <isNotNull.../> do not exist anymore
>> in
>> >> Ibatis 3 Beta
>> >>      The migration from version 2 to 3 Beta will affect all our
>> >> mapping/query definitions and will cause a big overhead for the
>> company.
>> >> Is
>> >> there any possibility to migrate without doing all the changes listed,
>> or
>> >> is
>> >> there any tool that will help us to minimize this overhead?
>> >>   2. In the previous version, we used to have the ibatis jar in the
>> >> domain
>> >> libraries, no need for it to be in the level of the web application.
>> In
>> >> the
>> >> new version we are obliged to include the ibatis jar in the same
>> library
>> >> folder of our internal jars. Are we missing anything here?
>> >>   3. In the older version, queries could retrieve more than 1,000
>> >> records.
>> >> This will cause a problem in case we need to get more records and this
>> >> case
>> >> is very common. Is there any possible fix for this problem?
>> >>
>> >> We really appreciate your cooperation with us on the points listed
>> above
>> >> and
>> >> are looking forward to use Ibatis 3 in our suite.
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/From-Ibatis-2--to-Ibtais-3--tp25341354p25341354.html
>> >> Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
>> >> For additional commands, e-mail: user-java-h...@ibatis.apache.org
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/From-Ibatis-2--to-Ibtais-3--tp25341354p25342084.html
>> Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
>> For additional commands, e-mail: user-java-h...@ibatis.apache.org
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/From-Ibatis-2--to-Ibtais-3--tp25341354p25359001.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to