|
From: Fabio M. (JIRA) <nh...@gm...> - 2010-09-03 12:51:54
|
[ http://216.121.112.228/browse/NH-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=19778#action_19778 ]
Fabio Maulo commented on NH-2319:
---------------------------------
So... the solution is that instead work as CreateFilter now is only more clear that it work only for <bag> and <set> with bidirectional one-to-many.
Have you an issue tracker where I can add all others requests that we will receive after apply this patch ?
Support for:
<map>, <list>, <idbag>, <array>, collection of components, many-to-many, collection of elements, <map> with elements key, <map> with key-many-to-one, <map> with component key, <map> with elements value, <map> with component value
> IQueryable support for persistent collections
> ---------------------------------------------
>
> Key: NH-2319
> URL: http://216.121.112.228/browse/NH-2319
> Project: NHibernate
> Issue Type: New Feature
> Components: Core, Linq Provider
> Affects Versions: 3.0.0.Alpha2
> Reporter: Diego Mijelshon
> Priority: Minor
> Attachments: QueryableCollections.patch, QueryableCollectionsV2.patch
>
>
> With this patch, persistent collections can be queried in the server by client code even without referencing NHibernate, by using the standard AsQueryable extension method.
> And advantage of that is that the code will work seamlessly even in unit tests (it will use an EnumerableQuery internally)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|