entityMerge

Attaches given entity to current ORM session

entityMerge(entity) → returns any

Argument Reference

entity variableName
Required

The entity that must be attached to the ORM session.

Examples
Sample code invoking the entityMerge function


Fork me on GitHub