Generated Code Location and Contents

The location of the generated Object API code is the location you specified when you generated the code using codegen.bat at the command line.

The contents of the folder is determined by the parameters you pass to codegen.bat in the command line, and include generated class (.h, .m) files that contain:
  • DatabaseClass – package level class that handles subscription, login, synchronization, and other operations for the package.
  • MBO – class which handles persistence and operation replay of your MBOs.
  • Personalization parameters – personalization parameters used by the package.
  • Metadata – Metadata class that allows you to query meta data including MBOs, their attributes, and operations, in a persistent table at runtime..