Skip to content
Carlo Barazzetta edited this page Dec 4, 2018 · 5 revisions

Primer Demo: Mapping Scheme

One aspect to consider when creating the business model of your application is the  mapping scheme. The mapping scheme defines how the business objects are mapped to tables in the relational database.

By default, InstantObjects defines a mapping scheme that uses one table per class in the business model. This mapping scheme can be changed by changing the storage name of classes and attributes. InstantObjects allows you to combine the storage of several classes into one table by specifying the same storage name for the classes.

Custom mapping schemes can be used to optimize performance of particular classes or to support legacy databases.

Clone this wiki locally