Previous Topic: Example: Implementing doDeleteAssocsNext Topic: Delete Operation Testing


Example: Calling doDeleteAssocs() Methods Inside the doDelete and doModifyRn

The following is an example of Calling doDeleteAssocs() Methods inside the doDelete and doModifyRn:

   // if there are any associations referencing objects of this type defined in the meta data file
   if (!info.getObjectClassMapping().getToAssociations().isEmpty())
       doDeleteAssocs(info, null);