Class RemoveConfiguredIndicesFromDBModel
- java.lang.Object
-
- de.hybris.bootstrap.ddl.adjusters.RemoveConfiguredIndicesFromDBModel
-
- All Implemented Interfaces:
SchemaAdjuster
public class RemoveConfiguredIndicesFromDBModel extends java.lang.Object implements SchemaAdjuster
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemoveConfiguredIndicesFromDBModel.TableNameWithIndexName-
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 RemoveConfiguredIndicesFromDBModel(RemoveIndicesParams indicesParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadjust()Invoked to adjust schema
-
-
-
Constructor Detail
-
RemoveConfiguredIndicesFromDBModel
public RemoveConfiguredIndicesFromDBModel(RemoveIndicesParams indicesParams)
-
-
Method Detail
-
adjust
public void adjust()
Description copied from interface:SchemaAdjusterInvoked to adjust schema- Specified by:
adjustin interfaceSchemaAdjuster
-
-