@Builder(builderStrategy: SimpleStrategy, prefix: ) @CompileStatic class Table extends Object
Represents a table definition in GORM.
| Constructor and description |
|---|
Table() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static Table |
configureExisting(Table table, Map config)Configures an existing Table instance |
|
static Table |
configureExisting(Table table, Closure config)Configures an existing PropertyConfig instance |
|
static Table |
configureNew(Closure config)Configures a new Table instance |
The table catalog
The table name
The table schema
Configures an existing Table instance
config - The configurationConfigures an existing PropertyConfig instance
config - The configurationConfigures a new Table instance
config - The configurationGroovy Documentation