Free Neubernath and hbms
-
When a bug in Fluent NHibernate prohibits something. There are fewer bugs in each release, but you may find them eventually (the most recent being the inability to match dictionaries when certain auto-matching conventions exist)
-
If you have a legacy system (mapped using hbms) for which you need to add new domain objects (mapped using fnh and / or car).
a source to share
If you need to use named queries, you will need to use an hbm file, and you are probably using a named query to call a stored procedure, be it because you have legacy stored procedures to call, perhaps performance, or in mine the latest case to do a full text search. More details on setting this can be found here and here .
a source to share
I am using FNH Automapping for my (so far only) NHibernate project.
I first had to write a couple of FNH overrides to work around the errors. But the bugs were quickly fixed by the FNH team and I was able to eliminate overrides entirely.
Never had to deal with HBM files, and I hope so!
a source to share