[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3905) Improve FieldInterceptionHelper perfomance
Sergey Vladimirov (JIRA)
noreply at atlassian.com
Thu May 7 14:10:14 EDT 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33129#action_33129 ]
Sergey Vladimirov commented on HHH-3905:
----------------------------------------
Either CGLIB or JavaAssist should be available at this time using hibernate classloader. Adding them to classpath later (calling hibernate later from the thread that has those libs) - not a good idea.
Of course we can't use "InterceptFieldEnabled.class", i did read the comments.
No, i don't have numbers.
> 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