i read documentation of NH about formula option and discovered that it
uses plain sql depended on dialect (db syntax)
it mean that if i have property in my class like CountChildren that
uses something like this (select count(id) from tbl_childred where
parent_id=tbl_parent.id) in formula, i will need change it if another
dialect will use diff syntax for COUNT

so my question is: why formula cannot uses HQL for this?
think... it will be cool, cuz HQL not depended on dialect

what do u think?

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to