ivoa / vo-dml

VO-DML tooling and documents.
Creative Commons Attribution Share Alike 4.0 International
1 stars 1 forks source link

Add option not to add the JPA annotations #47

Open pahjbo opened 1 week ago

pahjbo commented 1 week ago

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 commented 4 days ago

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