Class DdlOptions
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.DdlOptions
Options used when generated DDL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if ADD FOREIGN KEY should use a skip check option.voidsetForeignKeySkipCheck(boolean foreignKeySkipCheck)Set to true if ADD FOREIGN KEY should use a skip check option.
-
Constructor Details
-
DdlOptions
-
DdlOptions
public DdlOptions()
-
-
Method Details
-
isForeignKeySkipCheck
Return true if ADD FOREIGN KEY should use a skip check option. -
setForeignKeySkipCheck
Set to true if ADD FOREIGN KEY should use a skip check option.
-