Package de.hybris.platform.core
Class SchemaGenerator
- java.lang.Object
-
- de.hybris.platform.core.SchemaGenerator
-
public class SchemaGenerator extends java.lang.ObjectUtility class for schema generator creation.
-
-
Constructor Summary
Constructors Constructor Description SchemaGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HybrisSchemaGeneratorcreateSchemaGenerator(boolean init, boolean dryRun)CreatesHybrisSchemaGeneratorclass
-
-
-
Method Detail
-
createSchemaGenerator
public static HybrisSchemaGenerator createSchemaGenerator(boolean init, boolean dryRun)
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.
-
-