Interface SpiDdlGenerator


public interface SpiDdlGenerator
DDL generate and run for drop all/create all.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(boolean online)
    Generate and run the DDL for drop-all and create-all scripts.
  • Method Details

    • execute

      void execute(boolean online)
      Generate and run the DDL for drop-all and create-all scripts.

      Run based on on property settings for ebean.ddl.generate and ebean.ddl.run etc.