We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
+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.
Sorry, something went wrong.
Partial work done. task listed for 2.4 release.
Added support for @attributeOverride. Issue #56
e7892ba
Support enabled and releasing with 2.8
mevivs
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: