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

Young lee (JIRA) noreply at atlassian.com
Fri Oct 15 17:00:47 EDT 2010


@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.0.0.Final
         Environment: mac os x
            Reporter: Young lee
            Assignee: Hardy Ferentschik
         Attachments: files.zip

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

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


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