UPDATE-OBJECTS-JOINS — Updates joined slots of objects.
Function
(update-objects-joins objects &key (slots t) (force-p t) class-name (max-len *default-update-objects-max-len*)) =>
A list of instances of a view class.
A list of instances of a view class.
Updates from the records of the appropriate database tables the join slots specified by slots in the supplied list of View Class instances objects. slots when T means that all join slots with :retrieval :immediate are updated. class-name is used to specify the View Class of all instance in objects, when NIL then the class of the first instance in objects is used. force-p when T means that all join slots are updated whereas a value of NIL means that only unbound join slots are updated. max-len when non-nil specifies that update-object-joins may issue multiple database queries with a maximum of max-len instances updated in each query.