Class ModelUpdater
java.lang.Object
de.hybris.platform.persistence.type.update.ModelUpdater
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckModelForModification(List<ModelChangedEvent> modelsList) voiddoUpdate(List<ModelChangedEvent> modelsList) static ModelUpdaterprotected booleanvoidsetStrategy(ChangeColumnStrategy strategy)
-
Constructor Details
-
ModelUpdater
public ModelUpdater()
-
-
Method Details
-
getInstance
-
setStrategy
- Parameters:
strategy- the finalizer to set
-
doUpdate
- Throws:
UpdateModelException
-
isDatabaseSupported
protected boolean isDatabaseSupported() -
checkModelForModification
protected void checkModelForModification(List<ModelChangedEvent> modelsList) throws UpdateModelException - Throws:
UpdateModelException
-