Hi, Is it possible to use HQL AST for constructing NHibernate queries? I have a need to build queries dynamically, according to user's security settings and other configuration options which affect the list of selected columns and filtering conditions, and currently I'm doing that with Criteria API, but sometimes find it difficult and unintuitive. I was thinking about starting with some simple HQL query, then parsing it into AST and programmatically modifying the AST before execution. What do you think, is something like that possible? Best regards Rafal
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
