Class RemoveIndicesWithSpecificPrefixesFromDatabase
java.lang.Object
de.hybris.bootstrap.ddl.adjusters.RemoveIndicesWithSpecificPrefixesFromDatabase
- All Implemented Interfaces:
SchemaAdjuster
Allows to remove indices from schema which start with set prefixes before they are
compared in update process
-
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 -
Method Summary
-
Constructor Details
-
RemoveIndicesWithSpecificPrefixesFromDatabase
-
-
Method Details
-
adjust
public void adjust()Description copied from interface:SchemaAdjusterInvoked to adjust schema- Specified by:
adjustin interfaceSchemaAdjuster
-