[hibernate-issues] [Hibernate-JIRA] Created: (HHH-7000) Avoid initializing proxy when using covariant return types for ID getters
Michael Rudolf (JIRA)
noreply at atlassian.com
Thu Jan 26 06:33:09 EST 2012
Avoid initializing proxy when using covariant return types for ID getters
-------------------------------------------------------------------------
Key: HHH-7000
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-7000
Project: Hibernate ORM
Issue Type: Bug
Components: core
Affects Versions: 3.3.1
Reporter: Michael Rudolf
When using an entity hierarchy with overridden ID getters and covariant return types, Hibernate does not detect ID getter calls and unnecessarily initializes proxies in order to call the methods instead of just returing the ID.
--
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