Package io.ebeaninternal.dbmigration
Class DdlGenerator
java.lang.Object
io.ebeaninternal.dbmigration.DdlGenerator
- All Implemented Interfaces:
io.ebeaninternal.api.SpiDdlGenerator
Controls the generation and execution of "Create All" and "Drop All" DDL scripts.
Typically the "Create All" DDL is executed for running tests etc and has nothing to do with DB Migration (diff based) DDL.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DdlGenerator
-
-
Method Details
-
execute
- Specified by:
executein interfaceio.ebeaninternal.api.SpiDdlGenerator
-