-
Notifications
You must be signed in to change notification settings - Fork 682
Updated to spring 3.3.4 the same problem #3158
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
Comments
This is correct and expected. Your entity doesn't define an |
Well it worked before somehow the update broke it |
how you can give me some suggestion how to handle this correctly, this is a ver common pattern in koltin to hide internals. |
When creating entities, the purpose is to interchange data. Deviating property names from how they are exposed adds to complexity and breaks conventions such as in this case. |
So why this is broken with the new update I don't understand. What has changed? |
I thought entities have to comply with getter/setters in java and there is a getId getter for the Id so I do not understand what the problem is. |
I just updated to spring 3.3.4 and I'm still having the exact same problem. Am I missing something?
related to #3146
The text was updated successfully, but these errors were encountered: