Package de.hybris.platform.testframework
Class TestModelUtils
java.lang.Object
de.hybris.platform.testframework.TestModelUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends ItemModel>
TreReadModel(T _model) Re-reads model from database.
-
Constructor Details
-
TestModelUtils
public TestModelUtils()
-
-
Method Details
-
reReadModel
Re-reads model from database. This method first detaches passed model from the ModelContext and next re-reads as completely new from database.
-