| 37 | * Library classes for persistence (i.e. that are not related specifically to books) will be separated in the org.sophie2.base.persistence module. |
| 38 | * Classes related to persisting books will be placed in a new module - org.sophie2.base.model.book.persist. |
| 39 | * Classes that are in org.sophie2.main.model.book.store.* packages will be removed. |
| 40 | * Existing unit tests will be reviewed and moved to their new location - they will be linked in the implementation section. |
| 41 | * Below are the dependency and class diagrams that reflect the new hierarchy: |
| 42 | [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/Persistence-Dependency-Diagram.png)]] |
| 43 | [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/Persistence-Class-Diagram.png)]] |
| 44 | |