ColdFusion 9.0 Resources |
Managing relationshipsThe ActionScript persistent framework lets you define the
following relationship types between two persistent objects.
To understand how the persistent framework handles relationships, let us consider an example of the Employee and Department objects in a database. If you do not specify attribute values, the default values are taken as follows:
Note: In case you are using ORM CFCs, the remotingFetch attribute
in the <cfproperty> tag is set to false by default for all
relationships. You must set this attribute to true to retrieve data
on the client side.
|