]
Strong Liu resolved HHH-6791.
-----------------------------
Resolution: Fixed
Fix Version/s: 4.0.0.next
tiny improvement, in favor of java auto-box instead of create new
instance
--------------------------------------------------------------------------
Key: HHH-6791
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6791
Project: Hibernate Core
Issue Type: Task
Reporter: Strong Liu
Assignee: Strong Liu
Fix For: 4.0.0.next
there are lots of legacy code which do not use auto box provided by jdk, but create new
instances every time for each _Integer_, _Long_, _Short_ and so on.
although there are some arguments that saying auto box in some cases may worse than
create new Instance, but with auto-box, we can get benefit from jdk improvement
--
This message is automatically generated by JIRA.
For more information on JIRA, see: