createLayoutIncludeAllTables

fun createLayoutIncludeAllTables(name: String, createGroups: Boolean): Layout

Create a Layout and attach all project tables to it. Used in Groovy Scripts.

Return

the created layout

Parameters

name

layout name

createGroups

to set groups over the tables


fun createLayoutIncludeAllTables(name: String, createGroups: Boolean, recursive: Boolean): Layout

Create a Layout and attach all project tables to it. Used in Groovy Scripts.

Return

the created layout

Parameters

name

layout name

createGroups

to set groups over the tables

recursive

to attach sub-entities of each table (as for MongoDb)