EntityMerge

Merge the state of the given entity into the current persistence context (session).

Method Signature

EntityMerge(entity=[Any])

Arguments

Argument
Type
Required
Description
Default

entity

Any

true

The entity instance to merge.

Examples

Last updated

Was this helpful?