-
Notifications
You must be signed in to change notification settings - Fork 26
hs520
Carlo Barazzetta edited this page Dec 4, 2018
·
5 revisions
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.
- Home
- Glossary
- Project structure
- Installing InstantObjects
- User Guide for InstantObjects
- Creating the Business Model
- Creating the User Interface
- Programming with Persistent Objects
- Learning the Primer Demo