2009/8/12 rg <[email protected]> > > BTW, you might ask why I chose such approach - it is because the > queries have to be built from several predicates and I don't want to > use string concatenation for that. Or maybe I should use something > like HQL AST - is it implemented somehow?
Yes it is. In NH2.1.0 the HQL string is translate to an HQL AST. If you want you can create the AST directly. -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
