Meta object model for relational data storage: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
Created page with '{{Inprogress}} A simple way to store generic object data in a relational database would be a meta model like the following. While it is nice nobody stepped up yet to implement …'
imported>Hendrik Brummermann
first version
Line 1: Line 1:
{{Inprogress}}
{{Inprogress}}


== Object Model of Marauroa ==

Marauroa supports definition of classes and attributes at runtime. The type information is stored in instances of RPClass. Instantiated Objects are RPObjects which must obey the rules defined in their associated RPClass. Associations are defined in RPClass as well and the links on the instance layer are represented by RPSlot instances.

== The basic Meta Model ==



== Converting the Meta Model into a database structure ==


A simple way to store generic object data in a relational database would be a meta model like the following. While it is nice nobody stepped up yet to implement it, which would be quite a bit of work with little gain.
A simple way to store generic object data in a relational database would be a meta model like the following. While it is nice nobody stepped up yet to implement it, which would be quite a bit of work with little gain.