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
Registering entities explicitly should override annotations. #190
Comments
will check it, you are right that explicit EntityDefinition should override annotations |
so you want to use |
Yes, that is correct. Otherwise I would have have to create a dummy column
|
Ok, I am working on the fix |
fixed in release 1.3.4 |
give us a star if you like javers https://github.com/javers/javers/stargazers |
Thank you for fixing this issue. It really makes a big difference for us when trying out the JaVers library. Unfortunately i found another bugg. #192 |
ok, thanks for reporting #192, will check it |
I would like to be able to define a @transient id method on my entity class that should be used by JaVers for retrieving the id.
Here is a test that describes what i need.
The text was updated successfully, but these errors were encountered: