Class RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder
- java.lang.Object
-
- de.hybris.bootstrap.ddl.adjusters.RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder
-
- Enclosing class:
- RemoveIndicesParams
public static class RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RemoveConfiguredIndicesFromDbModelParamsBuilder()
-
Method Summary
-
-
-
Method Detail
-
withDatabase
public RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder withDatabase(org.apache.ddlutils.model.Database database)
-
withDbModel
public RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder withDbModel(YDbModel dbModel)
-
withTablePrefix
public RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder withTablePrefix(java.lang.String tablePrefix)
-
withTableNameLength
public RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder withTableNameLength(java.lang.Integer tableNameLength)
-
withConstraintNameLength
public RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder withConstraintNameLength(java.lang.Integer constraintNameLength)
-
withIndicesNamesToIgnoreInDBModel
public RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder withIndicesNamesToIgnoreInDBModel(java.util.Set<java.lang.String> indicesNamesToIgnoreInDbModel)
-
withIndicesRegexToIgnoreInDBModel
public RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder withIndicesRegexToIgnoreInDBModel(java.util.Set<java.lang.String> indicesRegexToIgnoreInDbModel)
-
withDropIndicesFoundInItems
public RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder withDropIndicesFoundInItems(java.lang.Boolean dropIndicesFoundInItems)
-
build
public RemoveIndicesParams build()
-
-