[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6733) Avoid frequent usage of ReflectHelper in PojoInstantiator

Sanne Grinovero (JIRA) noreply at atlassian.com
Fri Oct 14 09:12:19 EDT 2011


Avoid frequent usage of ReflectHelper in PojoInstantiator
---------------------------------------------------------

                 Key: HHH-6733
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6733
             Project: Hibernate Core
          Issue Type: Improvement
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero


ReflectHelper.isAbstractClass is used on each instantiation operation, while it could be performance once only at construction time.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list