3 Replies Latest reply on Dec 20, 2008 12:27 PM by adamw

    Query for returning all entities that had some property chan

      Hello, folks!

      I don't know how to create a query that returns all the entities that had some property changed since some date or revision.

      For example:
      Consider the existence of a class called "Request", which has a "closed" property.
      When the user creates a "Request" object, it is saved with the closed property set as false.
      Later, for some reason, the closed property will be changed to true.

      How could I create a query that asks envers to return all the requests that were closed in the current month?

      Thanks in advance!