Package io.jmix.data
Annotation Interface DdlGeneration
Settings used by development tools to generate DDL scripts for this entity.
-
Nested Class Summary
-
Optional Element Summary
-
Element Details
-
value
Script generation mode to create and update database schema.- Default:
- CREATE_AND_DROP
-
unmappedColumns
String[] unmappedColumnsColumns that exist in the database but should not be mapped to the entity. Drop scripts for this columns will not be generated.- Default:
- {}
-
unmappedConstraints
String[] unmappedConstraintsConstraints and indexes that exist in the database but should not be mapped to the entity. Drop scripts for this columns will not be generated.- Default:
- {}
-