Type to start searching...
attributes : identifierList
The attributes handled by this update case.
Valid values based on“token”. | |
---|---|
(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? |
Each element in the list must begin with a letter or underscore. Elements are space delimited. |
batch : boolean
True if the mapping supports batch updates. If true, then "this" will be a collection of update transfer objects. If false, then "this" will be a single update transfer object.
dirty : boolean
Put only changed attributes into "this". If false, a lazy load may be triggered to provide the missing values.
full : boolean
Put all persistent attributes into "this"; false to put only attributes listed in "attributes".
Sequence of:
Script [1..1] - The script to execute when this update mapping is triggered.