]
Steve Ebersole closed HHH-6923.
-------------------------------
Resolution: Fixed
Remove
org.hibernate.service.instrumentation.spi.InstrumentationService
-----------------------------------------------------------------------
Key: HHH-6923
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6923
Project: Hibernate ORM
Issue Type: Improvement
Reporter: Steve Ebersole
Assignee: Steve Ebersole
Labels: bytecode
Fix For: 4.1.0
Time Spent: 2.45h
HHH-6735 identified some code related to runtime handling of bytecode instrumented entity
classes as a hotpot. The fix was to introduce a new service which maintained a cache of
information related to that handling (basically avoiding reflection calls).
But Hibernate already has a couple of classes meant to hold entity-specific metadata
which is what this boils down to. I think a better solution would be to leverage those
already existing entity-specific metadata to hold this information in a non-reflective
manner.
I put some initial thoughts on HHH-6735 itself. I will move over here as they solidify.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: