entityMerge
Description
Attaches the specified entity to the current ORM session. It copies the state of the given object onto the persistent object with the same identifier and returns the persistent object.
Categories
Related
History
ColdFusion
9: Added this function.
Syntax
entityMerge( entity)
Attributes
| Attribute | Description | Required | Default |
|---|---|---|---|
| entity | The entity that must be attached to the ORM session. |
Returns
object