Description
Currently, the save() method is the only method in the dbObject classes which access the database.
It should be possible to generate dbObject classes which do not access the database at all and have all database related functionality in the peer classes instead.
It needs to be discussed which mode should be the default mode.