|
class | AbstractBaseLot |
| The base class for container with persistent objects. More...
|
|
class | BaseAllSet |
| Is the base class of template AllSets and the generic AllSet. More...
|
|
class | BasePersistent |
| Abstract base class for Persistent and the generic GenericPersistent. More...
|
|
class | CallBack |
| Superclass for the classes that are 'connected' to a Base. More...
|
|
class | IsBaseClassOf |
| Checks whether template parameters are classes and whether the class of the second template parameter is of the type of the class of the first template parameter or is derived from it. More...
|
|
class | ObjCreator |
| Abstract superclass for instantiation functions of persistent classes. From this class a subclass is derived for each database from a schema, which can instantiate persistent objects from the class IDs. More...
|
|
class | ObjID |
| An object ID consists of the class ID, a database ID and the actual unique object number (all unsigned long). More...
|
|
class | Persistent |
| The base class of the persistent classes. All persistent classes must be derived from this class to be able to process their objects in the database. More...
|
|
class | Reference |
| The base class of a reference attribute from persistent objects to other persistent objects in the database. More...
|
|
class | TAllSet |
| AllSet, which returns objects from the database. More...
|
|
class | TOndemand |
|