Class RemoveIndicesFromDbModel
- java.lang.Object
-
- de.hybris.bootstrap.ddl.adjusters.RemoveIndicesFromDbModel
-
- All Implemented Interfaces:
SchemaAdjuster
public class RemoveIndicesFromDbModel extends java.lang.Object implements SchemaAdjuster
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.bootstrap.ddl.SchemaAdjuster
SchemaAdjuster.ChainedSchemaAdjuster
-
-
Field Summary
-
Fields inherited from interface de.hybris.bootstrap.ddl.SchemaAdjuster
NONE
-
-
Constructor Summary
Constructors Constructor Description RemoveIndicesFromDbModel(YDbModel dbModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadjust()Invoked to adjust schema
-
-
-
Constructor Detail
-
RemoveIndicesFromDbModel
public RemoveIndicesFromDbModel(YDbModel dbModel)
-
-
Method Detail
-
adjust
public void adjust()
Description copied from interface:SchemaAdjusterInvoked to adjust schema- Specified by:
adjustin interfaceSchemaAdjuster
-
-