E&S CVS Commit: PEAK - Added lazy load for persistent object attrs and implemented QueryDM base
pje at eby-sarna.com
pje at eby-sarna.com
Sun Nov 17 17:11:00 EST 2002
Module Name: PEAK
Committed By: pje
Date: Sun Nov 17 22:10:18 UTC 2002
Modified Files:
PEAK: TODO.txt
PEAK/src/peak/model: api.py
PEAK/src/peak/storage: data_managers.py interfaces.py
Log Message:
Added lazy load for persistent object attrs and implemented QueryDM base
class by refactoring EntityDM into QueryDM and EntityDM. Similarly split
interfaces into IDataManager and IWritableDM.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/TODO.txt.diff?r1=1.33&r2=1.34
http://cvs.eby-sarna.com/PEAK/src/peak/model/api.py.diff?r1=1.39&r2=1.40
http://cvs.eby-sarna.com/PEAK/src/peak/storage/data_managers.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/storage/interfaces.py.diff?r1=1.17&r2=1.18
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 PEAK/TODO.txt
cvs rdiff -r1.39 -r1.40 PEAK/src/peak/model/api.py
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/storage/data_managers.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/storage/interfaces.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list