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