Re: [hibernate-dev] User defined generic bag

2007-04-05 Thread Sergey Koshcheyev
Hi, the list you posted to is for Java Hibernate. You probably wanted to post to the NHibernate development list. Its address is [EMAIL PROTECTED] To answer your question, yes, please submit the patch to our JIRA (http://jira.nhibernate.org), we will then review it and decide whether to apply it.

[hibernate-dev] User defined generic bag

2007-04-05 Thread phi
Hi, NHibernate 1.2 always returns an PersistentGenericBag for an association marked as Bag. For a project we are currently working on, we needed support for our own List implementation. NHibernate already supports an attribute "collection-type" on bags, but for generic collections this is igno