[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-693) Avoid reflection when associating query matches to their DocumentBuilders

Sanne Grinovero (JIRA) noreply at atlassian.com
Tue Feb 22 07:35:05 EST 2011


Avoid reflection when associating query matches to their DocumentBuilders
-------------------------------------------------------------------------

                 Key: HSEARCH-693
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-693
             Project: Hibernate Search
          Issue Type: Improvement
          Components: engine, query
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 3.4.0.Alpha1


We don't always need to use the ReflectHelper, actually all cases we have the class instance already.
The class is needed to figure out the proper DocumentBuilder and re-transform stored fields into their matching OO values (besides obviously loading Hibernate entities).

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