[
http://opensource.atlassian.com/projects/hibernate/browse/ANN-103?page=co...
]
Feybesse commented on ANN-103:
------------------------------
I am surprised this issue has not been assigned:
If you have a lot of inherited classes, it's very useful to have the possibility to
map the secondary tables with annotations a fetch = "select".
Without this possibility, Hibernate generates multiples cascading outer join that
can't be acceptable in regards the performance.
Thank you for your work.
Nicolas
Allow to specify fetching strategy for secondary table
------------------------------------------------------
Key: ANN-103
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-103
Project: Hibernate Annotations
Type: New Feature
Components: binder
Reporter: Christian Bauer
Priority: Minor
Right now a secondary table always defaults to optional="true" and
fetch="join". I don't see a real value in optional="false" anyway,
but fetch="select" might be useful.
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira