From: <leg...@at...> - 2004-10-18 11:20:06
|
The following comment has been added to this issue: Author: eric bellard Created: Mon, 18 Oct 2004 6:54 AM Body: Hi, I'm very interesting with this issue. I plan to use Query by example as default query model for my application. The query result is displayed in an html table. (10,15, 30 or 50 rows at the same time) I'd like to count all the result of the query to display at the top down of the table like "page x on y". I need a solution for this. The count on the criteria api is the one I'd like. Cordially, Eric --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/hibernate/browse/HB-474?page=comments#action_14626 --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/browse/HB-474 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-474 Summary: adding Criteria.count() method Type: Patch Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate2 Components: core Versions: 2.1 2.1 rc1 Assignee: Reporter: Chris Nelson Created: Sun, 16 Nov 2003 12:53 PM Updated: Mon, 18 Oct 2004 6:54 AM Description: Adds a count() method to the Criteria class that does a modified query to return the count without returning entire query. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |