Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-308
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-308
Summary: Criteria.iterate() and Criteria.getQueryString()
Type: New Feature
Status: Unassigned
Priority: Major
Project: Hibernate2
Assignee:
Reporter: YeHuisheng
Created: Wed, 3 Sep 2003 9:00 PM
Updated: Wed, 3 Sep 2003 9:00 PM
Description:
1 Criteria does not have iterate() method, so it can not pull object from cache
2 Criteria does not have a method to get the query string it constructs
when i use Query class, i can do this:
give me the query string, for example "select foo from Foo foo",
i can construct a new query "select count(foo) from Foo foo" automaticlly to find out the record count, i think this is useful.
---------------------------------------------------------------------
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
|