Package de.hybris.bootstrap.ddl
Class DMLGenerator
java.lang.Object
de.hybris.bootstrap.ddl.DMLGenerator
Generates
YRecord objects to be used for generating type system entity INSERTs as part of a system
initialization.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DMLGenerator
-
-
Method Details
-
generateRecords
public Collection<YRecord> generateRecords() throws org.apache.ddlutils.DdlUtilsException, IOException, bsh.EvalError- Throws:
org.apache.ddlutils.DdlUtilsExceptionIOExceptionbsh.EvalError
-
generateRecordsForUpdate
public Collection<YRecord> generateRecordsForUpdate() throws org.apache.ddlutils.DdlUtilsException, IOException, bsh.EvalError- Throws:
org.apache.ddlutils.DdlUtilsExceptionIOExceptionbsh.EvalError
-