All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebeaninternal.api.SpiDdlGenerator Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebeaninternal.api;

/**
 * DDL generate and run for drop all/create all.
 */
public interface SpiDdlGenerator {

  /**
   * 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. */ void execute(boolean online); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy