Package io.jmix.data
Annotation Interface DdlGeneration
Settings used by development tools to generate DDL scripts for this entity.
- 
Nested Class SummaryNested Classes
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueScript generation mode to create and update database schema.- Default:
- CREATE_AND_DROP
 
- 
unmappedColumnsString[] unmappedColumnsColumns that exist in the database but should not be mapped to the entity. Drop scripts for this columns will not be generated.- Default:
- {}
 
- 
unmappedConstraintsString[] 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:
- {}
 
 
-