|
From: Kelly S. (JIRA) <nh...@gm...> - 2011-05-23 20:08:42
|
ManyToAny missing from ICollectionElementRelation<TElement>
-----------------------------------------------------------
Key: NH-2728
URL: http://216.121.112.228/browse/NH-2728
Project: NHibernate
Issue Type: Bug
Components: Mapping by-code
Affects Versions: 3.2.0Beta1
Reporter: Kelly Stuard
Priority: Major
When mapping collections through code, all the choices (OneToMany, ManyToMany, etc) are there, except one. Unfortunately, ManyToAny is not present.
Of course, I discovered this because it is one that I'm trying to use.
--
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
|
|
From: Fabio M. (JIRA) <nh...@gm...> - 2011-05-23 21:04:42
|
[ http://216.121.112.228/browse/NH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fabio Maulo updated NH-2728:
----------------------------
Issue Type: Improvement (was: Bug)
> ManyToAny missing from ICollectionElementRelation<TElement>
> -----------------------------------------------------------
>
> Key: NH-2728
> URL: http://216.121.112.228/browse/NH-2728
> Project: NHibernate
> Issue Type: Improvement
> Components: Mapping by-code
> Affects Versions: 3.2.0Beta1
> Reporter: Kelly Stuard
> Priority: Major
>
> When mapping collections through code, all the choices (OneToMany, ManyToMany, etc) are there, except one. Unfortunately, ManyToAny is not present.
> Of course, I discovered this because it is one that I'm trying to use.
--
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
|
|
From: Kelly S. (JIRA) <nh...@gm...> - 2011-05-23 21:19:45
|
[ http://216.121.112.228/browse/NH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=21162#action_21162 ]
Kelly Stuard commented on NH-2728:
----------------------------------
I pondered, before submitting, if a difference in the feature set from hbm to code mapping was a bug or improvement. Now I know.
> ManyToAny missing from ICollectionElementRelation<TElement>
> -----------------------------------------------------------
>
> Key: NH-2728
> URL: http://216.121.112.228/browse/NH-2728
> Project: NHibernate
> Issue Type: Improvement
> Components: Mapping by-code
> Affects Versions: 3.2.0Beta1
> Reporter: Kelly Stuard
> Priority: Major
>
> When mapping collections through code, all the choices (OneToMany, ManyToMany, etc) are there, except one. Unfortunately, ManyToAny is not present.
> Of course, I discovered this because it is one that I'm trying to use.
--
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
|
|
From: Fabio M. (JIRA) <nh...@gm...> - 2011-05-23 23:06:51
|
[ http://216.121.112.228/browse/NH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=21163#action_21163 ]
Fabio Maulo commented on NH-2728:
---------------------------------
Can you provide a little domain (2 or 3 classes) with its XML mapping ?
I would use it at least to fit your needs in the test.
Thanks.
> ManyToAny missing from ICollectionElementRelation<TElement>
> -----------------------------------------------------------
>
> Key: NH-2728
> URL: http://216.121.112.228/browse/NH-2728
> Project: NHibernate
> Issue Type: Improvement
> Components: Mapping by-code
> Affects Versions: 3.2.0Beta1
> Reporter: Kelly Stuard
> Priority: Major
>
> When mapping collections through code, all the choices (OneToMany, ManyToMany, etc) are there, except one. Unfortunately, ManyToAny is not present.
> Of course, I discovered this because it is one that I'm trying to use.
--
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
|
|
From: Fabio M. (JIRA) <nh...@gm...> - 2011-05-23 23:08:40
|
[ http://216.121.112.228/browse/NH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=21164#action_21164 ]
Fabio Maulo commented on NH-2728:
---------------------------------
It is an improv. just because you can always map a class through XML.
The bug is when the mapping-by-code produce a not usable mapping.
> ManyToAny missing from ICollectionElementRelation<TElement>
> -----------------------------------------------------------
>
> Key: NH-2728
> URL: http://216.121.112.228/browse/NH-2728
> Project: NHibernate
> Issue Type: Improvement
> Components: Mapping by-code
> Affects Versions: 3.2.0Beta1
> Reporter: Kelly Stuard
> Priority: Major
>
> When mapping collections through code, all the choices (OneToMany, ManyToMany, etc) are there, except one. Unfortunately, ManyToAny is not present.
> Of course, I discovered this because it is one that I'm trying to use.
--
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
|
|
From: Kelly S. (JIRA) <nh...@gm...> - 2011-05-24 02:07:43
|
[ http://216.121.112.228/browse/NH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kelly Stuard updated NH-2728:
-----------------------------
Attachment: NH2728.zip
I think this is what you are looking for. Let me know if I can provide any additional information.
> ManyToAny missing from ICollectionElementRelation<TElement>
> -----------------------------------------------------------
>
> Key: NH-2728
> URL: http://216.121.112.228/browse/NH-2728
> Project: NHibernate
> Issue Type: Improvement
> Components: Mapping by-code
> Affects Versions: 3.2.0Beta1
> Reporter: Kelly Stuard
> Priority: Major
> Attachments: NH2728.zip
>
>
> When mapping collections through code, all the choices (OneToMany, ManyToMany, etc) are there, except one. Unfortunately, ManyToAny is not present.
> Of course, I discovered this because it is one that I'm trying to use.
--
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
|
|
From: Fabio M. (JIRA) <nh...@gm...> - 2011-05-24 12:24:45
|
[ http://216.121.112.228/browse/NH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fabio Maulo resolved NH-2728.
-----------------------------
Resolution: Fixed
Fix Version/s: 3.2.0CR1
> ManyToAny missing from ICollectionElementRelation<TElement>
> -----------------------------------------------------------
>
> Key: NH-2728
> URL: http://216.121.112.228/browse/NH-2728
> Project: NHibernate
> Issue Type: Improvement
> Components: Mapping by-code
> Affects Versions: 3.2.0Beta1
> Reporter: Kelly Stuard
> Priority: Major
> Fix For: 3.2.0CR1
>
> Attachments: NH2728.zip
>
>
> When mapping collections through code, all the choices (OneToMany, ManyToMany, etc) are there, except one. Unfortunately, ManyToAny is not present.
> Of course, I discovered this because it is one that I'm trying to use.
--
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
|
|
From: Fabio M. (JIRA) <nh...@gm...> - 2011-05-24 12:24:53
|
[ http://216.121.112.228/browse/NH-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=21172#action_21172 ]
Fabio Maulo commented on NH-2728:
---------------------------------
Your test is in:
NHibernate.Test.MappingByCode.IntegrationTests.NH2728
have a look to it ;)
> ManyToAny missing from ICollectionElementRelation<TElement>
> -----------------------------------------------------------
>
> Key: NH-2728
> URL: http://216.121.112.228/browse/NH-2728
> Project: NHibernate
> Issue Type: Improvement
> Components: Mapping by-code
> Affects Versions: 3.2.0Beta1
> Reporter: Kelly Stuard
> Priority: Major
> Fix For: 3.2.0CR1
>
> Attachments: NH2728.zip
>
>
> When mapping collections through code, all the choices (OneToMany, ManyToMany, etc) are there, except one. Unfortunately, ManyToAny is not present.
> Of course, I discovered this because it is one that I'm trying to use.
--
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
|