[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3673) overriding filters ina hiearchy

Amir Pashazadeh (JIRA) noreply at atlassian.com
Sun Dec 21 06:49:38 EST 2008


overriding filters ina hiearchy
-------------------------------

                 Key: HHH-3673
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3673
             Project: Hibernate Core
          Issue Type: Improvement
            Reporter: Amir Pashazadeh


suppose:
- class A and class B exist, and B extends A
- both classes are mapped via annotations
- class A has a @Filter with CONDITION1,

it is a good idea to override the filter in class B, so a filter with just the same name can be applied on B with CONDITION2, so when querying B this filter applied.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list