fluent nhibernate named-query without using hbm file for the map
Posted
by user57555
on Stack Overflow
See other posts from Stack Overflow
or by user57555
Published on 2010-03-23T01:16:04Z
Indexed on
2010/03/23
1:21 UTC
Read the original article
Hit count: 543
I am needing to create named-query, and use it with one of the maps, that i currently have defined as a fluent map.
is it possible to continue using the fluent map, and be able to create the named-query dynamically in code? or, is switching to a hbm map the only option?
© Stack Overflow or respective owner