From: Martin S. (JIRA) <no...@at...> - 2006-06-13 17:32:42
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-446?page=comments#action_23328 ] Martin Schulz commented on HHH-446: ----------------------------------- > I'm not at all sure that use of <key-many-to-one> with XML is a good thing. I have a many-to-one referencing a child table with a composite id. Conventional wisdom around here tells me that that this is tricky, but can be setup with a key-many-to-one bi-di mapping. I don't really technically _need_ the reverse navigation though though. What I need is to avoid the recursion... The request appears rather reasonable and Gavin's comment censatory. > The is no possibility to specify embed-xml on key-many-to-one tag > ----------------------------------------------------------------- > > Key: HHH-446 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-446 > Project: Hibernate3 > Type: Improvement > Components: core > Versions: 3.0.2 > Environment: MySQL > Reporter: Markus Jessenitschnig > Priority: Minor > > > It is not possible to specify embed-xml="false" on key-many-to-one tags within composite-id tag like it is possible for many-to-one relations. -- 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 |