From: <leg...@at...> - 2003-12-05 16:23:41
|
The following comment has been added to this issue: Author: Sebastien Cesbron Created: Fri, 5 Dec 2003 10:23 AM Body: I had to change 'getPersister' with 'getClassPersister' on line 3430 in the 'count' method of the 'SessionImpl' class. Otherwise it seems to do the job for me. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-474 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-474 Summary: adding Criteria.count() method Type: Patch Status: Unassigned Priority: Major Project: Hibernate2 Versions: 2.1 2.1 rc1 Assignee: Reporter: Chris Nelson Created: Sun, 16 Nov 2003 12:53 PM Updated: Fri, 5 Dec 2003 10:23 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 |