<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - paging with hibernate</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sat, 18 May 2013 12:30:27 -0400</pubDate>


    <item>

        <title>Try this:</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36038</link>

        

        
            <description><![CDATA[Thank you.<br>I think using this way, the habernate still need to retrieve database for all result set and convert part of result set into list.<br>what I like is to reitrieve only part of result from database to save retrieveing time since we have very...]]></description>
        

        <pubDate>Sat, 10 Sep 2005 08:46:00 -0400</pubDate>

        

        <jf:creationDate>Sat, 10 Sep 2005 08:46:00 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 10 Sep 2005 08:46:00 -0400</jf:modificationDate>
        <jf:date>Sep 10, 2005</jf:date>
        <jf:author>zhang zhang</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Try this:</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36038</link>

        

        
            <description><![CDATA[query=session.createQuery(hsql); <br>int start=(pageNog-1)*page_size; <br>int rowNum=page_size; <br>query.setFirstResult(start); <br>query.setMaxResults(rowNum); <br>offices = query.list()]]></description>
        

        <pubDate>Tue, 06 Sep 2005 22:46:20 -0400</pubDate>

        

        <jf:creationDate>Tue, 06 Sep 2005 22:46:20 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 06 Sep 2005 22:46:20 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2005</jf:date>
        <jf:author>orient phoebus</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>paging with hibernate</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36038</link>

        

        
            <description><![CDATA[I was having s similar requirements for implemeting Paging, column based sorting etc in a struts application and I came across this  - <a href="http://displaytag.sourceforge.net/" target="_blank">http://displaytag.sourceforge.net/</a><br><br>You may try...]]></description>
        

        <pubDate>Sat, 20 Aug 2005 15:47:20 -0400</pubDate>

        

        <jf:creationDate>Sat, 20 Aug 2005 15:47:20 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 20 Aug 2005 15:47:20 -0400</jf:modificationDate>
        <jf:date>Aug 20, 2005</jf:date>
        <jf:author>VIJAY KHANNA</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>paging with hibernate</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=36038</link>

        

        
            <description><![CDATA[please recommand some good way to do the paging.to retrieve a big list from database is vary slow. what's the best way to return only reqired subset of list for every page.I don't want to do this in database tier since I don't want to introduce column...]]></description>
        

        <pubDate>Fri, 19 Aug 2005 17:18:31 -0400</pubDate>

        

        <jf:creationDate>Fri, 19 Aug 2005 17:18:31 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 19 Aug 2005 17:18:31 -0400</jf:modificationDate>
        <jf:date>Aug 19, 2005</jf:date>
        <jf:author>zhang zhang</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>



</channel>
</rss>

