Adam Bar
Adam Bar
In Fluent NHibernate 1.3 there's no way to set up key column options other than name in `SubclassMap` maps for joined subclass inheritance strategy. It'll be useful to define different...
In Fluent NHibernate 1.3, `HasMany`/`HasManyToMany` chain offers setting `PropertyRef` option using string-typed other side property name. It'll be nice to have strongly-typed `Expression` parameter, as it's in `References` chain. It...
In Fluent NHibernate 1.3 there are some collection mapping options missing in `HasMany`/`HasManyToMany` chains: - `Catalog` - `Unique` - `Loader` - `SqlInsert`, `SqlUpdate`, `SqlDelete`, `SqlDeleteAll` See also: http://notherdev.blogspot.com/2012/01/mapping-by-code-set-and-bag.html
Fluent NHibernate 1.3 allows to map custom SQL queries in the Component and DynamicComponent mappings even if it's not supported by NHibernate. Setting SqlXYZ methods has no effect. ``` public...