Package org.modelsphere.jack.baseDb.db

Interface Summary
DbEnumeration This interface allows to implements enumerators that need to be closed.
DbGraphicalObjectI Define a graphical object in the persistent model.
DbObject.ComponentIterator  
DbStyleI An interface to define styles.
 

Class Summary
Db This is the facade of the DB modeling framework.
DbHugeRAMRelationN This class is a faster alternative to DbRAMRelationN for relations that may become big, but in counterpart it does not preserve the order of elements, so it cannot be used for lists whose order is controlled by the user.
DbLogin A common interface for DbLoginUser and DbLoginGroup Only an ADMIN user can add, remove or modify DbLogin objects.
DbLoginGroup Define a group of DbLogin (DbLogin can be user or group).
DbLoginNode Define a group of users.
DbLoginUser Define a user.
DbObject The superclass of all the generated model classes.
DbProject The container of model elements.
DbRAM RAM implementation of the modelsphere database.
DbRAMRelationN This class implements a general support for relation N, that may be used for any DBMS (not only DbRAM); so, for some DBMSs, we may prefer to use this implementation instead of the DBMS's own collections.
DbReinsertCommand Command for reordering inside a relation (reinsert()).
DbRelationN A common interface for DbRAMRelationN and DbHugeRAMRelationN.
DbRoot The ultimate container of all model elements.
DbSemanticalObject Defines model objects that can be named (semantic object).
DbServices Provides services on DB that usually require package-level access.
DbSetCommand This command class is used to record set(), setRelation11(), and setRelation1N() operations on a given DbObject.
DbSetRelationNNCommand This command class is used to record setRelationNN() operations on a given DbObject.
DbSingleZoneDisplay Defines display attributes of a single zone for graphical objects.
DbTransaction Implements the transaction concept for the Db framework.
DbUDF Implements a User-Defined Field.
DbUDF.UDFMap  
DbUDFValue Stores the value of a UDF.
DbUpdateCommand Super class for all transaction's commands.
DbZoneDisplay Defines display attributes of a zone for graphical objects.
 

Exception Summary
DbDeadObjectException A subclass of DbException.
DbException A DbException is thrown when an invalid operation is performed such as accessing objects outside a transaction or attempting to set invalid values.
DbMaxConnectivityException An exception thrown if the number of allowed connectivities has been exceeded.
 



Open ModelSphere 2007. All Rights Reserved.