Dear ladies and sirs.
Does anyone know of an existing solution to translate a LINQ Expression to HQL statement?
Thanks in advance to all the good samaritans out there.
P.S.
We already use Linq to NHibernate. However, it only works for select statements, whereas HQL is good for other statement kinds, like delete. So, Linq to NHibernate is not the answer.