Message:
The following issue has been resolved as FIXED.
Resolver: Max Rydahl Andersen
Date: Fri, 8 Aug 2003 11:50 AM
A first version of this has been commited to the cvs branch v21
(does not support composite properties/ids yet - but it handles all the other stuff ;)
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-18
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-18
Summary: Integrate support for SQL queries
Type: New Feature
Status: Resolved
Priority: Major
Resolution: FIXED
Project: Hibernate2
Fix Fors:
2.1 beta 1
Assignee: Max Rydahl Andersen
Reporter: Max Rydahl Andersen
Created: Sat, 3 May 2003 10:08 AM
Updated: Fri, 8 Aug 2003 11:50 AM
Description:
Integrate support for SQL queries
To execute SQL in Hibernate one aquires a connection as normal
or via the session object.
This can really only be used to
fetch scalar values.
A real nice feature would be to be able to
provide SQL directly as an alternative to HQL. The SQL should
ofcourse return the named columns and data types that Hibernate
expects to be able to instantiate objects from the resultset.
(original: http://sourceforge.net/tracker/index.php?func=detail&aid=622605&group_id=40712&atid=428711=
---------------------------------------------------------------------
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
|