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

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Aug 17 13:18:08 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole updated HHH-6551:
--------------------------------

    Fix Version/s:     (was: 4.0.0.CR1)
                   metamodel

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