[hibernate-issues] [Hibernate-JIRA] Created: (HBX-886) Hbm2java ignores <parent> tag in <composite-element> mappings

Hannes Schmidt (JIRA) noreply at atlassian.com
Mon Feb 19 23:39:51 EST 2007


Hbm2java ignores <parent> tag in <composite-element> mappings
-------------------------------------------------------------

         Key: HBX-886
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-886
     Project: Hibernate Tools
        Type: Bug

  Components: hbm2java, eclipse  
    Versions: 3.2beta9    
 Environment: Eclipse 3.2.2, Windows Vista
    Reporter: Hannes Schmidt
    Priority: Minor


The subject pretty much says it all:

<entity class="Parent">
<composit-element class="Child">
<parent name="parent"/>
...

should generate 

class Child. {
void setParent(Parent parent) { ... } 
Parent getParent() { ... }
}

The current version does nothing. As if the tag wasn't there.

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