Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-197
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-197
Summary: Session-less HQL
Type: New Feature
Status: Unassigned
Priority: Major
Project: Hibernate2
Assignee:
Reporter: Andrea Aime
Created: Wed, 16 Jul 2003 3:04 AM
Updated: Wed, 16 Jul 2003 3:04 AM
Description:
There are pieces of code in the application that load or save huge quantities of data but don't really need session management, yet having the ability to use OR mapping is nice for code uniformity and to leverage Hibernate prepared statements caching and batching. The main limiting point is that using HQL attachs the object to the sessions, which may be unecessary work when you don't modify the objects after loading or saving, and fills up the memory (one of my apps easily triggered out of memory exceptions because of it, and I had to convert the code to a more complex direct jdbc...)
---------------------------------------------------------------------
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
|