Module bazaar.core
This module contains basic Bazaar ORM implementation.
Every application object should derive from PersistentObject class.
Class Bazaar is designed to to get, modify, find
and perform other operations on objects of any application class.
Brokers (Broker class) are responsible for
operations on objects of specific application class.
| Classes |
Bazaar |
The interface to get, modify, find and perform other tasks on
application objects. |
Broker |
Application class broker. |
PersistentObject |
Parent class of an application class. |
| Variable Summary |
Log |
log = <bazaar.Log object at 0x30195cd0>
|
log
-
- Type:
-
Log
- Value:
<bazaar.Log object at 0x30195cd0>
|
|