@CompileStatic class PropertyDefinitionDelegate extends Object
Builder delegate that handles multiple-column definitions for a single domain property, e.g.
amount type: MonetaryAmountUserType, {
column name: "value"
column name: "currency_code", sqlType: "text"
}
| Type | Name and description |
|---|---|
PropertyConfig |
config |
| Constructor and description |
|---|
PropertyDefinitionDelegate(PropertyConfig config) |
Groovy Documentation