[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2230) Public access to 'where' filters in entity persisters

Jordan Laughlin (JIRA) noreply at atlassian.com
Fri Nov 10 22:02:04 EST 2006


Public access to 'where' filters in entity persisters
-----------------------------------------------------

         Key: HHH-2230
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2230
     Project: Hibernate3
        Type: Improvement

  Components: core  
    Versions: 3.2.0.ga    
 Environment: Hibernate V3.2.0.ga on MySQL
    Reporter: Jordan Laughlin
    Priority: Minor


As far as I know this affects the AbstractCollectionPersister and the AbstractEntityPersister. Methods to access the where statements, i.e. the 'where' filter in:

<set
   name="myset"
   lazy="true"
   inverse="true"
   where="blah blah blah"
>

are protected. It would be great if these were public so we could access them, because AFAIK there's no other easy way to access them. Curiously, hasWhere() is protected in AbstractEntityPersister but public in AbstractCollectionPersister. 

-- 
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