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 option not to add the JPA annotations #47

Open
pahjbo opened this issue Jun 20, 2024 · 1 comment
Open

Add option not to add the JPA annotations #47

pahjbo opened this issue Jun 20, 2024 · 1 comment
Labels
enhancement New feature or request Java is only for the java implementation

Comments

@pahjbo
Copy link
Member

pahjbo commented Jun 20, 2024

It would probably be useful in the cases where the data model is only to be used for APIs that the database related JPA annotations were not added so that there was no "accidental" database creation. This could be either an option at the code generation stage.

@pahjbo pahjbo added enhancement New feature or request Java is only for the java implementation labels Jun 20, 2024
@pahjbo
Copy link
Member Author

pahjbo commented Jun 27, 2024

needs a bit of thought about how to implement JPAManipulations interface....

pahjbo added a commit that referenced this issue Jul 3, 2024
this is the beginnings of implementing #47 - but decided not to progress further for this release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Java is only for the java implementation
Projects
None yet
Development

No branches or pull requests

1 participant