Uses of Class
de.hybris.bootstrap.ddl.adjusters.RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder
Packages that use RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder
-
Uses of RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder in de.hybris.bootstrap.ddl.adjusters
Methods in de.hybris.bootstrap.ddl.adjusters that return RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilderModifier and TypeMethodDescriptionRemoveIndicesParams.builder()RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder.withConstraintNameLength(Integer constraintNameLength) RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder.withDatabase(org.apache.ddlutils.model.Database database) RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder.withDbModel(YDbModel dbModel) RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder.withIgnoredIndicesStr(String ignoredIndicesStr) RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder.withRecreateIndicesFoundInItems(Boolean shouldRecreateIndicesFoundInItems) RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder.withTableNameLength(Integer tableNameLength) RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder.withTablePrefix(String tablePrefix)