Class DMLGenerator

java.lang.Object
de.hybris.bootstrap.ddl.DMLGenerator

public class DMLGenerator extends Object
Generates YRecord objects to be used for generating type system entity INSERTs as part of a system initialization.
  • Constructor Details

  • Method Details

    • generateRecords

      public Collection<YRecord> generateRecords() throws org.apache.ddlutils.DdlUtilsException, IOException, bsh.EvalError
      Throws:
      org.apache.ddlutils.DdlUtilsException
      IOException
      bsh.EvalError
    • generateRecordsForUpdate

      public Collection<YRecord> generateRecordsForUpdate() throws org.apache.ddlutils.DdlUtilsException, IOException, bsh.EvalError
      Throws:
      org.apache.ddlutils.DdlUtilsException
      IOException
      bsh.EvalError