[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6551) HBM XML does not process subclasses within <subclass> tags

Gail Badner (JIRA) noreply at atlassian.com
Fri Aug 5 18:49:02 EDT 2011


HBM XML does not process subclasses within <subclass> tags
----------------------------------------------------------

                 Key: HHH-6551
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6551
             Project: Hibernate Core
          Issue Type: Bug
          Components: metamodel
            Reporter: Gail Badner
            Assignee: Steve Ebersole
             Fix For: 4.0.0.next


In the following, PartTimeEmployee is not processed because it is embedded within Employee:

		<subclass name="Employee"
			discriminator-value="E">
				<property name="title" length="20"/>
				<property name="salary" />
			<subclass name="PartTimeEmployee" discriminator-value="M">
				<property name="percent"/>
			</subclass>
   		</subclass>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list