Changes between Version 12 and Version 13 of S2S_PERSIST_MODEL_R0
- Timestamp:
- 12/12/08 17:25:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_PERSIST_MODEL_R0
v12 v13 39 39 * Using the !ProLib the persistence management with the JDBC lib should be generalized to methods like save, pesist, search, delete, etc... for the 40 40 most simple actions. 41 * The persistable !AbstractEntities should be annotated with the new annotation @ !Persistable and the tables they are mapped should be pointed.41 * The persistable !AbstractEntities should be annotated with the new annotation @Persistable and the tables they are mapped should be pointed. 42 42 * The related in relation of the type many to many !AbstractEntities should be annotated with the new annotation @!ManyToMany and the intermediate tables and their id field names there should be pointed. 43 43 * There will be problem with the Date field(dateUploaded) in the new Book entity, think of resolutions.