|
From: NHibernate J. <mik...@us...> - 2006-10-27 19:19:40
|
Port Subquery support for the Criteria API
------------------------------------------
Key: NH-783
URL: http://jira.nhibernate.org/browse/NH-783
Project: NHibernate
Type: New Feature
Components: Core =20
Versions: 1.2.0.Beta1 =20
Reporter: Ayende Rahien
Assigned to: Ayende Rahien=20
Fix For: 1.2.0.Beta2
Doing queries on collections using the criteria API at the moment is very h=
ard.
Looking at the Hibernate source, it looks like they solved the issue with s=
ub queries and detached criteria.
We need to port the following:
=E2=80=A2 Subqueries
=E2=80=A2 Property
=E2=80=A2 Subquery Expression
o PropertySubquery Expression
o ExistsSubquery Expression
--=20
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.nhibernate.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|