[hibernate-issues] [Hibernate-JIRA] Updated: (METAGEN-43) @Entity extending from @MappedSuperClass from another package does not generate META MODEL properly

Young lee (JIRA) noreply at atlassian.com
Wed Oct 20 03:38:48 EDT 2010


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

Young lee updated METAGEN-43:
-----------------------------

    Attachment: test.jar

please refer to the attached maven project with two modules as per u r request.

> @Entity extending from @MappedSuperClass from another package does not generate META MODEL properly
> ---------------------------------------------------------------------------------------------------
>
>                 Key: METAGEN-43
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/METAGEN-43
>             Project: Hibernate Metamodel Generator
>          Issue Type: Bug
>          Components: processor
>    Affects Versions: 1.1.0.CR1
>         Environment: mac os x
>            Reporter: Young lee
>            Assignee: Hardy Ferentschik
>             Fix For: 1.1.0.Final
>
>         Attachments: files.zip, pomxml.jar, test.jar
>
>
> I have a entity class SystemEvents which extends from Identifiable that is defined in another maven module. (see attached files).
> When I generate the META MODEL the generated meta model does not extend from Identifiable_ as documented
> {quote}
> If class X extends another class S, where S is the most derived managed class (i.e., entity or mapped superclass) extended by X, then class X_ must extend class S_, where S_ is the metamodel class created for S.
> {quote}

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