Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for JPA @MappedSuperclass #56

Closed
dansomething opened this issue Apr 10, 2012 · 3 comments
Closed

Please add support for JPA @MappedSuperclass #56

dansomething opened this issue Apr 10, 2012 · 3 comments
Assignees
Milestone

Comments

@dansomething
Copy link

We would like to be able to apply mapping information to entities that inherit from a superclass with out having to use entity @Inheritance. In other words, the superclass doesn't have a corresponding "table." Please see the javax API: http://docs.oracle.com/javaee/6/api/javax/persistence/MappedSuperclass.html

Thanks,

Dan

@ghost ghost assigned xamry Apr 26, 2012
@smecsia
Copy link

smecsia commented Nov 14, 2012

+1 for this issue. We have a lot of common logic for the entities. For example, it's very tediously to copy @id field into each entity class directly.

@mevivs
Copy link
Collaborator

mevivs commented Jan 23, 2013

Partial work done. task listed for 2.4 release.

@mevivs
Copy link
Collaborator

mevivs commented Oct 14, 2013

Support enabled and releasing with 2.8

@mevivs mevivs closed this as completed Oct 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants