[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3914) Cfg2HbmTool.needsTable() method returns true for Subclass object

Dmitry Geraskov (JIRA) jira-events at lists.jboss.org
Wed Mar 4 04:18:22 EST 2009


Cfg2HbmTool.needsTable() method returns true for Subclass object
----------------------------------------------------------------

                 Key: JBIDE-3914
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3914
             Project: Tools (JBoss Tools)
          Issue Type: Sub-task
          Components: Hibernate
    Affects Versions: 3.0.0.CR2
            Reporter: Dmitry Geraskov
            Assignee: Dmitry Geraskov
            Priority: Minor


<subclass> element in hibernate mapping must not contain "table" attrinbute.
Subclass and SingleTableSubclass objects is exported as <subclass>. This means that method Cfg2HbmTool.needsTable(PersistentClass) must return false for  Subclass and SingleTableSubclass objects.
Now it returns *false* only for SingleTableSubclass .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list