Hi,
> is there any global Datafilter with OpenJPA available? 

  This is an often requested feature, especially filter out 'softly deleted'
records. Also to filter multi-cardinality relations. But OpenJPA does not
(yet) have it. 
   Your requirements mention a more dynamic behavior. For example, in some
cases you want to access the softly deleted records, in some cases you
don't. Some filters are based on current user's security level. Few of the
inputs we will like to receive are

   a) what are the appropriate mechanics to describe the filter? Class-level
Annotations, Fetch Plan or a separate interface, query hints,  ....?
   b) at what level such a filter  should apply? Class, Field, both?
   c) What is the syntax for the filter description? 

      Let us know, with a concrete example how you will like to specify the
logical delete use case.

Pinaki
-- 
View this message in context: 
http://n2.nabble.com/Global-%28session-based%29-data-filter-tp2269289p2284177.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to