coldbox-modules / quick

A ColdBox ORM Engine
https://quick.ortusbooks.com
MIT License
23 stars 19 forks source link

Document `assignRelationship` #150

Open elpete opened 3 years ago

elpete commented 3 years ago

assignRelationship can be used to seed relationships and avoid queries or refreshing entities in certain situations, especially when creating new records.

elpete commented 3 years ago

Related to ortus-docs/quick-docs#44