Changes between Version 6 and Version 7 of dao-structure
- Timestamp:
- 01/20/09 04:53:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dao-structure
v6 v7 2 2 3 3 == Inheritance Approach == 4 This approach is only used once for one Dao: ClassificationSchemeDao for all entities which are extending ClassificationScheme of the coreisometadata 4 This approach is only used once for one Dao: ClassificationSchemeDao for all entities which are extending ClassificationScheme of the coreisometadata. 5 5 6 [[Image(inheritanceApproach.jpg)]] 6 7 … … 11 12 == Package Approach == 12 13 This is the most often used approach. A Dao is used as the accessor to one or more logically grouped packages. 14 13 15 [[Image(packageApproach.jpg)]] 14 16