fluent nhibernate named-query without using hbm file for the map
- by user57555
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?