Welcome to Objectivity, Inc. -- makers of the industry leading Objectivity/DB object-oriented database management platform, Grid Certified (Levels 1 through 6), and SOA compliant Twitter LinkedIn YouTube RSS Feed

.
Object Oriented Database Learning Center

Leveraging Containers

Leveraging Containers: Since containers are basic objects in Objectivity/DB, you can subclass from them. This means that you can add attributes to containers that will give you tremendous flexibility. Examples include:

  • Linked lists of containers
  • Trees or networks of containers
  • Multidimensional pointers in containers
  • Containers with attributes relating to the objects in them

Since we can combine data structures with containers, we can design solutions that are extremely elegant and powerful as we will demonstrate below.


Object Oriented Database Learning Center