[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3513) <filter-def/> should be allowed before <class/>

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Oct 1 10:31:04 EDT 2008


<filter-def/> should be allowed before <class/>
-----------------------------------------------

                 Key: HHH-3513
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3513
             Project: Hibernate Core
          Issue Type: Improvement
          Components: core
            Reporter: Steve Ebersole


Really any mapping construct which can be applied to (or within) class metadata should be allowed before the class is processed.  

Another option for this is to chanage how HbmBinder works to explicitly parse those elements first.  Currently it simply loops all children of <hibernate-mapping/>, so parsing order is based on iteration order.

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