Uses of Class
de.hybris.bootstrap.ddl.adjusters.RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder
Packages that use RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder
-
Uses of RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder in de.hybris.bootstrap.ddl.adjusters
Methods in de.hybris.bootstrap.ddl.adjusters that return RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilderModifier and TypeMethodDescriptionRemoveIndicesParams.builderForIgnoreIndicesInItems()RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder.withConstraintNameLength(Integer constraintNameLength) RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder.withDatabase(org.apache.ddlutils.model.Database database) RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder.withDbModel(YDbModel dbModel) RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder.withDropIndicesFoundInItems(Boolean dropIndicesFoundInItems) RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder.withIndicesNamesToIgnoreInDBModel(Set<String> indicesNamesToIgnoreInDbModel) RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder.withIndicesRegexToIgnoreInDBModel(Set<String> indicesRegexToIgnoreInDbModel) RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder.withTableNameLength(Integer tableNameLength) RemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder.withTablePrefix(String tablePrefix)