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