You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have assorted persistence properties such as datanucleus.generateSchema.database.mode, datanucleus.schema.autoCreateTables etc that can be used to generate schema at startup.
We don't currently have a way of marking a class (via metadata) to have its schema ignored (if already existing, or to be created by some other mechanism).
The text was updated successfully, but these errors were encountered:
We have assorted persistence properties such as datanucleus.generateSchema.database.mode, datanucleus.schema.autoCreateTables etc that can be used to generate schema at startup.
We don't currently have a way of marking a class (via metadata) to have its schema ignored (if already existing, or to be created by some other mechanism).
The text was updated successfully, but these errors were encountered: