Results 1 to 2 of 2

Thread: Paging with iBATIS

  1. #1
    Join Date
    Sep 2004
    Location
    Argentina
    Posts
    23

    Default Paging with iBATIS

    Hi,
    i've been looking for a way to implement paging in my application using iBATIS in an efficient way. This means that fetching all the records an apply paging with a Collection is disscarded.

    What i would like to do is fetch only the necessary records from the database. An aproach could be using scrollable resultsets but i can't figure out how to integrate them with iBATIS transparently.

    Thanks in advance.
    - N!K -

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    Take a look at ValueList. This open source project has adapters for Hibernate, iBatis... and is configurable via Spring.
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

Similar Threads

  1. Replies: 7
    Last Post: Nov 16th, 2006, 05:28 PM
  2. iBatis lazy load transaction issues.
    By efpiva in forum Data
    Replies: 3
    Last Post: Jun 22nd, 2005, 06:20 PM
  3. Utilize Spring's JDBC Framework or iBATIS
    By jaybytez in forum Data
    Replies: 2
    Last Post: Mar 11th, 2005, 06:24 PM
  4. Replies: 2
    Last Post: Nov 9th, 2004, 12:13 PM
  5. What's the value-add over Ibatis DAO Framework??
    By Loumeister in forum Architecture
    Replies: 4
    Last Post: Aug 27th, 2004, 11:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •