if i have a property defined in the hbm file using formula and a sql- query then running the sql query returns an Hibernate exception
hbm <hibernate - mapping> .. <property name= "x" formula ="select a from table1"> <property name= "y" ....> .... <sql-query> <select y from table2> If the sql - query is run then Hibernate exception is raise. please suggest me if there is something we need to do to work with queries and forumlas simulataneously. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
