1 Reply Latest reply on Jul 1, 2009 9:03 AM by adamw

    HQL and Criteria

    the.malkolm

      As I can see its possible to crete query only via Criteria-like style. Is it possible any way to execute HQL query for concreate revision?

      I have a project with a lot of HQL queries and currently starving for tool like Envers. But it drives me crazy to migrate and revalidate all HQL qeries to Criteria-like style.

        • 1. Re: HQL and Criteria
          adamw

          Hello,

          no, this is not possible. Note that the the queries that you can construct in Envers are quite constrained, for example you can't specify restricions on properties of related entities (only their ids).

          Adam