EJBQL or HQL transformator
Hello,
I have the following problem - I should change some part of query in application. E.g. application should add something in where clause (depends on tables). I use EJB and this chanhes I can do only in EJB (or Hibernate, for future). So I need something that can parse and change EJBQL and/or HQL statement.
Any suggestion?
Thanks in advance.

