merge
Returns
Arguments
Key
Type
Required
Default
Description
Examples
// merge a single entity back
ormService.merge( userEntity );
// merge an array of entities
collection = [entity1,entity2,entity3];
ormService.merge( collection );Last updated
Was this helpful?