Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-316
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-316
Summary: Twp bugs in Criteria API
Type: Bug
Status: Assigned
Priority: Major
Project: Hibernate2
Versions:
2.1 beta 3
Assignee: Gavin King
Reporter: Gavin King
Created: Sun, 7 Sep 2003 10:33 PM
Updated: Sun, 7 Sep 2003 10:33 PM
Description:
(1) navigating many-to-many associations does not work!
(2) "nested" createCriteria() does not work, eg.
session.createCriteria(Foo.class)
.createCriteria("set")
.createCriteria("map");
blows up.
http://forum.hibernate.org/viewtopic.php?p=1265#1265
---------------------------------------------------------------------
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
|