Class RemoveIndicesWithSpecificPrefixesFromDatabase

java.lang.Object
de.hybris.bootstrap.ddl.adjusters.RemoveIndicesWithSpecificPrefixesFromDatabase
All Implemented Interfaces:
SchemaAdjuster

public class RemoveIndicesWithSpecificPrefixesFromDatabase extends Object implements SchemaAdjuster
Allows to remove indices from schema which start with set prefixes before they are compared in update process
  • Constructor Details

    • RemoveIndicesWithSpecificPrefixesFromDatabase

      public RemoveIndicesWithSpecificPrefixesFromDatabase(RemoveIndicesParams params)
  • Method Details