Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 52884 invoked from network); 21 May 2008 19:51:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2008 19:51:42 -0000 Received: (qmail 37832 invoked by uid 500); 21 May 2008 19:51:41 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 37815 invoked by uid 500); 21 May 2008 19:51:41 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 37804 invoked by uid 99); 21 May 2008 19:51:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 12:51:41 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of josh.joy.123@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 19:50:53 +0000 Received: by py-out-1112.google.com with SMTP id a73so2473816pye.21 for ; Wed, 21 May 2008 12:51:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=k62Weuglj4bFaQZ6RqMZedT3e1//9f38WlXgPbBN0KA=; b=o1reZMgoTBLLtkqY40HbV0enWrSaJJzFocxClsxcWv2jJ67YKEYFUr9LucBKj1uHSGzanJ2v35K1c7t4u+hYvadiLTPD44naChPnugdIdWR54YH1SZLqG9zfTIEbzq44IZY+g3/Pm3FGZskMpsT58lJYtXz/SHmIsyYJxjrhj2g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=hd89A1uL5j9tVD65bw7fPxULICZRWmgGaN0FZcetqwPbUeAnw8RaQZpMrpOr+ilOwd659ghpAZA9jANJjhY1AXIuhs6keBMgFYK/mr5Va6UQN3QniySbpVFsy9/7YgKzXAb3xr2JJ1p0pn7YxbYdM4lPKcwHeD/kJazpBrMpP3Y= Received: by 10.141.49.6 with SMTP id b6mr5367022rvk.89.1211399468375; Wed, 21 May 2008 12:51:08 -0700 (PDT) Received: by 10.140.171.8 with HTTP; Wed, 21 May 2008 12:51:08 -0700 (PDT) Message-ID: Date: Wed, 21 May 2008 14:51:08 -0500 From: "Josh Joy" Reply-To: joshjdevl@gmail.com Sender: josh.joy.123@gmail.com To: user-java@ibatis.apache.org Subject: SqlMapClientTemplate - queryForPaginatedList deprecated...what to use as replacement? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7354_3863268.1211399468366" X-Google-Sender-Auth: 78f04fbff5116d09 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7354_3863268.1211399468366 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, As others have pointed out, queryForPaginatedList is deprecated... I found this old thread suggesting to handle it in sql itself... http://www.nabble.com/Deprecated-paginatedList-td14253303.html Is that still advisable today? I have lots of queries that I need to have pagination on...is there a simple way to streamline this using an Ibatis tag or method? Or do I need to write out the sql... Thanks, Josh ------=_Part_7354_3863268.1211399468366 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,

As others have pointed out, queryForPaginatedList is deprecated...
I found this old thread suggesting to handle it in sql itself...
http://www.nabble.com/Deprecated-paginatedList-td14253303.html

Is that still advisable today? I have lots of queries that I need to have pagination on...is there a simple way to streamline this using an Ibatis tag or method? Or do  I need to write out the sql...

Thanks,
Josh
------=_Part_7354_3863268.1211399468366--