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

Add inheritance annotation to all core entities that are extended in #509

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

thenmaster
Copy link
Member

country modules

This annotation was previously being set in JPABaseEntity but was removed in #498. This change resulted in a change to the schema required by the application that was only detected when a client application was updated since the schema used during tests is generated from the code meaning it is always correct.

Adding the annotation back to all entities that are extended in the various submodules resolves this problem since hibernate once again knows how the schema of the application should be assembled

country modules

This annotation was previously being set in JPABaseEntity but was
removed in #498. This change resulted in a change to the schema required
by the application that was only detected when a client application was
updated since the schema used during tests is generated from the code
meaning it is always correct.

Adding the annotation back to all entities that are extended in the
various submodules resolves this problem since hibernate once again
knows how the schema of the application should be assembled
@thenmaster thenmaster merged commit bba893b into master Jan 10, 2024
1 check passed
@thenmaster thenmaster deleted the fix_hibernate_entity_inheritance branch January 10, 2024 11:21
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

Successfully merging this pull request may close these issues.

None yet

2 participants