| This abstract class enhances the original ODMG
Implementation interface
by a standard way to obtain the database of a given object. The newly
introduced static method allows to obtain the database for a given object
without the need to know the actual
Implementation factory object. This
is particularly useful for ozone, where database object do not have access to
the client side logic and variables.
OzoneODMG does already implement this interface. Wrappers for other
ODMG database systems just need to make sure to call the default ctor of the
underlying class.
author: SMB @version author: $Revision: 1.1 $Date: 2002/05/08 15:03:21 $ |