[ http://team.andromda.org:8080/jira/browse/HIB-27?page=comments#action_10560 ] Carlos Cuenca commented on HIB-27: ----------------------------------
This tagged value will determine how Hibernate manages the asocciation on a many to one relation It will accept three values, auto,true,false Auto will be default value, and Hibernate will decide True, always fetches the asocciation with an outer join False, never fetches the asocciation with outer join a link for version 3, but which also applies to version 2.1.6 is at http://docs.jboss.org/ejb3/Hibernate3/reference/en/html_single/#configuration-optional-outerjoin Carlos > define outer join property between entity relations > --------------------------------------------------- > > Key: HIB-27 > URL: http://team.andromda.org:8080/jira/browse/HIB-27 > Project: Hibernate Cartridge > Type: Improvement > Reporter: Carlos Cuenca > Assignee: Matthias Bohlen > > > It should be necesary to have a tagged value to define the hibernate > outer-join property in the relations AssociationEnd, so we can control if > hibernate creates or not a outer-join in HQL. > TV: @andromda.hibernate.outerjoin -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://team.andromda.org:8080/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
