You can specify some of the values with the "resultSetType" attribute of the <select> element. iBATIS currently supports these values:
FORWARD_ONLY SCROLL_INSENSITIVE SCROLL_SENSITIVE Jeff Butler On Thu, Dec 4, 2008 at 10:00 AM, Ben Shory <[EMAIL PROTECTED]> wrote: > Is there any way to give ibatis some constants for the resultset such as > HOLD_CURSORS_OVER_COMMIT > TYPE_FORWARD_ONLY > CONCUR_READ_ONLY > ??? >
