Package de.hybris.bootstrap.ddl
Class DMLGenerator
- java.lang.Object
-
- de.hybris.bootstrap.ddl.DMLGenerator
-
public class DMLGenerator extends java.lang.ObjectGeneratesYRecordobjects to be used for generating type system entity INSERTs as part of a system initialization.
-
-
Constructor Summary
Constructors Constructor Description DMLGenerator(YTypeSystem typeSystem, DMLRecordFactory recordFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<YRecord>generateRecords()java.util.Collection<YRecord>generateRecordsForUpdate()
-
-
-
Constructor Detail
-
DMLGenerator
public DMLGenerator(YTypeSystem typeSystem, DMLRecordFactory recordFactory)
-
-
Method Detail
-
generateRecords
public java.util.Collection<YRecord> generateRecords() throws org.apache.ddlutils.DdlUtilsException, java.io.IOException, bsh.EvalError
- Throws:
org.apache.ddlutils.DdlUtilsExceptionjava.io.IOExceptionbsh.EvalError
-
generateRecordsForUpdate
public java.util.Collection<YRecord> generateRecordsForUpdate() throws org.apache.ddlutils.DdlUtilsException, java.io.IOException, bsh.EvalError
- Throws:
org.apache.ddlutils.DdlUtilsExceptionjava.io.IOExceptionbsh.EvalError
-
-