0 Replies Latest reply on Mar 7, 2007 10:46 AM by hamtho2

    Relations with WHERE-clause

      Hi,

      is it possible to restrict related entities while fetching the data? For example, if I have a one-to-many relationsship and I want to fetch all entries from my "many-relation", that are flagged as active through the annotation in the entity-class.
      Or if beeing a little bit more complex, add an additional flag in the n:m-cross-table on which to decide if the related entity should be fetched or not through the annotation? Or do I have to do it through a manuel eql-query?

      Thomas