skip to main content
Corticon Server: Integration & Deployment Guide : Preparing Studio files for deployment : Association mapping
 

Try Corticon Now

Association mapping

The mapper looks for get and set methods for associations the same way that it does for attributes. In the case of the Aircraft.flightPlan association, shown in Third Portion of MyAircraft Class, below, these methods do not conform to the naming convention expected by the mapper. So once again, we must manually select the appropriate method names from the Java Object Get Method and Set Method drop-downs, as shown in Manually Mapped Association Get and Set Method Names, below.
Figure 293. Third Portion of MyAircraft Class
Figure 294. Manually Mapped Association Get and Set Method Names