Tagged Questions
1
vote
1answer
1k views
Using replace sql function in nHibernate named query
I am using Nhibernate 2.1.0 in my project.
I have the an Item class with property Path and the following named query:
<hibernate-mapping xmlns='urn:nhibernate-mapping-2.2'>
<sql-query ...