Package de.hybris.bootstrap.ddl
Interface SchemaAdjuster
-
- All Known Implementing Classes:
CompleteSizeForIndicesFromDatabase,CompleteSizeForIndicesFromDBModel,RemoveFullTextHanaIndicesFromDatabase,RemoveIndicesFromDatabase,RemoveIndicesFromDbModel,RemoveTablesNotMentionedInDbModelFromDatabase,SchemaAdjuster.ChainedSchemaAdjuster
public interface SchemaAdjusterAllows to modify schema related objects like instances ofDatabaseorYDbModelbefore they are used used in init/update process
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSchemaAdjuster.ChainedSchemaAdjuster
-
Field Summary
Fields Modifier and Type Field Description static SchemaAdjusterNONE
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadjust()Invoked to adjust schemastatic SchemaAdjusterchained(SchemaAdjuster... adjusters)
-
-
-
Field Detail
-
NONE
static final SchemaAdjuster NONE
-
-
Method Detail
-
adjust
void adjust()
Invoked to adjust schema
-
chained
static SchemaAdjuster chained(SchemaAdjuster... adjusters)
-
-