Lucee Function Reference

entitymerge()

Attaches given entity to current ORM session

Example

entitymerge(any entity):any

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
entity any  Yes The entity that must be attached to the ORM session.