Hello,
I'd like to know what does it mean :
"Ability to persist any object without inheriting from CPersistentObject"
1/ it means that we can assume an objet without using the CPersistentObject classe in the design ?
than the persistence could be done during the execution ?
2/ or that an object could be used in the framework without persisting it classe before ?
Thanks for the answer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'd like to know what does it mean :
"Ability to persist any object without inheriting from CPersistentObject"
1/ it means that we can assume an objet without using the CPersistentObject classe in the design ?
than the persistence could be done during the execution ?
2/ or that an object could be used in the framework without persisting it classe before ?
Thanks for the answer.
No 1. (assuming I understand the question properly)
We can use any object without inheriting from CPersistentObject in the design and persist during execution.
- Richard.