Package de.hybris.platform.core
Class SchemaGenerator
java.lang.Object
de.hybris.platform.core.SchemaGenerator
Utility class for schema generator creation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HybrisSchemaGeneratorcreateSchemaGenerator(boolean init, boolean dryRun) CreatesHybrisSchemaGeneratorclass
-
Constructor Details
-
SchemaGenerator
public SchemaGenerator()
-
-
Method Details
-
createSchemaGenerator
CreatesHybrisSchemaGeneratorclass- Parameters:
init- when set to true schema generator will create (and execute if dryRun param is set to false) scripts for initialization, otherwise for update.dryRun- when set to true schema generator will not execute generated scripts.
-