Class CompleteSizeForIndicesFromDBModel
- java.lang.Object
-
- de.hybris.bootstrap.ddl.adjusters.CompleteSizeForIndices
-
- de.hybris.bootstrap.ddl.adjusters.CompleteSizeForIndicesFromDBModel
-
- All Implemented Interfaces:
SchemaAdjuster
public class CompleteSizeForIndicesFromDBModel extends CompleteSizeForIndices implements SchemaAdjuster
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.bootstrap.ddl.SchemaAdjuster
SchemaAdjuster.ChainedSchemaAdjuster
-
-
Field Summary
-
Fields inherited from interface de.hybris.bootstrap.ddl.SchemaAdjuster
NONE
-
-
Constructor Summary
Constructors Constructor Description CompleteSizeForIndicesFromDBModel(YDbModel dbModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadjust()Invoked to adjust schema-
Methods inherited from class de.hybris.bootstrap.ddl.adjusters.CompleteSizeForIndices
adjustIndexColumnSizeIfNeeded
-
-
-
-
Constructor Detail
-
CompleteSizeForIndicesFromDBModel
public CompleteSizeForIndicesFromDBModel(YDbModel dbModel)
-
-
Method Detail
-
adjust
public void adjust()
Description copied from interface:SchemaAdjusterInvoked to adjust schema- Specified by:
adjustin interfaceSchemaAdjuster
-
-