Class RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder
- java.lang.Object
-
- de.hybris.bootstrap.ddl.adjusters.RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder
-
- Enclosing class:
- RemoveIndicesParams
public static class RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RemoveIndicesWithSpecificPrefixesParamsBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveIndicesParamsbuild()RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilderwithConstraintNameLength(java.lang.Integer constraintNameLength)RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilderwithDatabase(org.apache.ddlutils.model.Database database)RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilderwithDbModel(YDbModel dbModel)RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilderwithIgnoredIndicesStr(java.lang.String ignoredIndicesStr)RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilderwithRecreateIndicesFoundInItems(java.lang.Boolean shouldRecreateIndicesFoundInItems)RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilderwithTableNameLength(java.lang.Integer tableNameLength)RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilderwithTablePrefix(java.lang.String tablePrefix)
-
-
-
Method Detail
-
withDatabase
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withDatabase(org.apache.ddlutils.model.Database database)
-
withDbModel
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withDbModel(YDbModel dbModel)
-
withIgnoredIndicesStr
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withIgnoredIndicesStr(java.lang.String ignoredIndicesStr)
-
withRecreateIndicesFoundInItems
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withRecreateIndicesFoundInItems(java.lang.Boolean shouldRecreateIndicesFoundInItems)
-
withTablePrefix
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withTablePrefix(java.lang.String tablePrefix)
-
withTableNameLength
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withTableNameLength(java.lang.Integer tableNameLength)
-
withConstraintNameLength
public RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder withConstraintNameLength(java.lang.Integer constraintNameLength)
-
build
public RemoveIndicesParams build()
-
-