Class RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder
java.lang.Object
de.hybris.bootstrap.ddl.adjusters.RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder
- Enclosing class:
- RemoveIndicesParams
public static class RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withConstraintNameLength(Integer constraintNameLength) withDatabase(org.apache.ddlutils.model.Database database) withDbModel(YDbModel dbModel) withIgnoredIndicesStr(String ignoredIndicesStr) withRecreateIndicesFoundInItems(Boolean shouldRecreateIndicesFoundInItems) withTableNameLength(Integer tableNameLength) withTablePrefix(String tablePrefix)
-
Constructor Details
-
RemoveIndicesWithSpecificPrefixesParamsBuilder
public RemoveIndicesWithSpecificPrefixesParamsBuilder()
-
-
Method Details
-
withDatabase
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withDatabase(org.apache.ddlutils.model.Database database) -
withDbModel
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withDbModel(YDbModel dbModel) -
withIgnoredIndicesStr
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withIgnoredIndicesStr(String ignoredIndicesStr) -
withRecreateIndicesFoundInItems
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withRecreateIndicesFoundInItems(Boolean shouldRecreateIndicesFoundInItems) -
withTablePrefix
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withTablePrefix(String tablePrefix) -
withTableNameLength
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withTableNameLength(Integer tableNameLength) -
withConstraintNameLength
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withConstraintNameLength(Integer constraintNameLength) -
build
-