datanucleus-core icon indicating copy to clipboard operation
datanucleus-core copied to clipboard

Add class metadata extension to ignore during schema creation

Open andyjefferson opened this issue 8 years ago • 0 comments

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).

andyjefferson avatar Oct 10 '16 13:10 andyjefferson