1. HQL: Querying dynamic-component property stackoverflow.comIf I have a mapping like this:
How should I write HQL or Linq-to-NHibernate query ... |
2. Nhibernate multiple component properties of the same type in a class stackoverflow.comI have a class LINE which contains two properties of type POINT. I would like POINT to be a component property. If LINE were to contain only 1 POINT, this would be ... |