[hibernate-issues] [Hibernate-JIRA] Updated: (ANN-444) Ability to define fetch mode, inverse and optional for a Secondary table

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Feb 13 17:20:41 EST 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-444?page=all ]

Emmanuel Bernard updated ANN-444:
---------------------------------

        Summary: Ability to define fetch mode, inverse and optional for a Secondary table  (was: add an extension for @SecondaryTable to use inner joines instead of outer joines)
    Fix Version: 3.2.2
      Assign To: Emmanuel Bernard

Defined through @Table(appliesTo="tableName", fetch=FetchMode.SELECT, inverse=true, optional=false

> Ability to define fetch mode, inverse and optional for a Secondary table
> ------------------------------------------------------------------------
>
>          Key: ANN-444
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-444
>      Project: Hibernate Annotations
>         Type: Improvement

>   Components: binder
>     Reporter: Amir Pashazadeh
>     Assignee: Emmanuel Bernard
>      Fix For: 3.2.2

>
>
> the <join> tag in .hbm.xml files have an "optional" attribute which allow us to configure hibernate whether to use inner joines or outer joins, but in hibernate annotations there is no similar attribute.

-- 
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