Replies: 1 comment 1 reply
-
|
For that to work, "Money" would have to be mapped as "dynamic-component", but it's mapped as "Money". |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used in past NH3.3 to save
Dictionary<string, object>, which has a bag and for it use again aDictionary<string, object>.This breaks first on NH-3757 and maybe removed on NH-3722 completly (not sure).
I think this is the unit test to check it (add into
NHibernate.Test.NHSpecificTest.NH3757.Fixture class):How this kind of nested Dictionaries called? Dynamic objects? Is it really removed or a mistake? Is Dom4j used in background?
Beta Was this translation helpful? Give feedback.
All reactions