From: <leg...@at...> - 2004-12-16 12:00:35
|
The following comment has been added to this issue: Author: Zdenek Hrib Created: Thu, 16 Dec 2004 5:59 AM Body: this is a Great(tm) thing. I think that anyone who wants to make a pageable list in web app must download this patch sooner or later. I am quite surprised that it is not included in standard distribution o Hibernate2. Anyway I was also thinking about a method to do something like bulk updates through the criteria interface. For example if I could do Critera.setProperty("propertyName", "myValue") and this would update specified property to the specified value on all objects that are covered by the critera it would be also very helpful. --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/hibernate/browse/HB-474?page=comments#action_15198 --------------------------------------------------------------------- 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: Thu, 16 Dec 2004 5:59 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 |