The following issue has been updated:
Updater: Gavin King (mailto:ga...@in...)
Date: Sun, 7 Sep 2003 10:34 PM
Changes:
summary changed from Twp bugs in Criteria API
priority changed from Major
---------------------------------------------------------------------
For a full history of the issue, see:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-316&page=history
---------------------------------------------------------------------
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: Two bugs in Criteria API
Type: Bug
Status: Assigned
Priority: Critical
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:34 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
|