[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5369) SqlServerDialect specific implementation for sql2005 and above using ROW_NUMBER for pagination

Yoryos Valotassios (JIRA) noreply at atlassian.com
Thu Jul 8 17:07:13 EDT 2010


SqlServerDialect specific implementation for sql2005 and above using ROW_NUMBER for pagination
----------------------------------------------------------------------------------------------

                 Key: HHH-5369
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5369
             Project: Hibernate Core
          Issue Type: Improvement
    Affects Versions: 3.5.3
         Environment: Microsoft Sql 2005 and 2008
            Reporter: Yoryos Valotassios
         Attachments: SqlServer2008Dialect.java

Make use of the row_number function for paginated results. Provided is such a class extending the current SqlServerDialect. It seems to work but has not been heavily tested yet. There is also the issue HHH-2655 witch is open from the v3.2 days!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list