Ticket #582 (closed task: fixed)
Bring back the init*() methods for initializing ref fkey collections
| Reported by: | hans | Owned by: | hans |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Generator | Version: | 1.3.0beta4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Currently the add*() methods set the foreign key collections to an empty array if they have not been initialized. We should bring back the init*() methods, since this allows for developer to change the initialization behavior (e.g. to initialize with values from db).
Change History
Note: See
TracTickets for help on using
tickets.
(In [978]) Refs #582 - Re-added init*() ref fk methods for initializing collections.