-
Notifications
You must be signed in to change notification settings - Fork 233
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
[Question] how to persist multiple tables from a single entity? #103
Comments
Hi, -Vivek |
Hi, I will get back to you, once i get "SharedByPrimaryKey" case fixed. -Vivek |
Target for 2.4 release. |
Releasing with 2.5 |
Please verify. -Vivek |
hi, I am a beginner to use a Kundera library.
From our needs,
We want to use a single entity to persist into multiple tables.
from jpa spec,
there are @SecondaryTable, @SecondaryTables annotations for this one.
but, in my test, Kundera doesn't support it yet.
Is there another way to this?
thanks
-- Henry
The text was updated successfully, but these errors were encountered: