[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3905) Improve FieldInterceptionHelper perfomance
Steve Ebersole (JIRA)
noreply at atlassian.com
Mon Jun 1 09:58:13 EDT 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33296#action_33296 ]
Steve Ebersole commented on HHH-3905:
-------------------------------------
I am nervous about statically resolving the Class references. It introduces an assumption about the deployments wrt the relation between hibernate, cglib and javassist jars.
> Improve FieldInterceptionHelper perfomance
> ------------------------------------------
>
> Key: HHH-3905
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3905
> Project: Hibernate Core
> Issue Type: Improvement
> Components: core
> Affects Versions: 3.3.1
> Reporter: Sergey Vladimirov
> Priority: Minor
> Attachments: patch.txt
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> do not iterate over interfaces, use Class.isAssignableFrom
--
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