@groovy.transform.builder.Builder(builderStrategy: SimpleStrategy, prefix: ) @groovy.transform.CompileStatic class Table extends java.lang.Object
Represents a table definition in GORM.
Constructor and description |
---|
Table
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static Table |
configureExisting(Table table, java.util.Map config) Configures an existing Table instance |
|
static Table |
configureExisting(Table table, groovy.lang.Closure config) Configures an existing PropertyConfig instance |
|
static Table |
configureNew(groovy.lang.Closure config) Configures a new Table instance |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
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