Changes between Version 6 and Version 7 of FmgVen/Development/Implementation
- Timestamp:
- Feb 10, 2011, 10:09:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FmgVen/Development/Implementation
v6 v7 16 16 * '''16.01.2011''': [27] Ven.delete() is completed. Added missing javadoc comments. 17 17 18 * '''10.02.2011''': [28] Ven.get() is completed. This is a significant part of the system. Associations (joins/includes) are handled. The only unsure portion isthe one to many reverse join field. There is not an easy way to infer it from the classes. We just need to know which field refers to the parent object. The element class in the list can be inferred somehow. The only place requiring configuration is here. Of course there can be some kind of convention if there is only single association.18 * '''10.02.2011''': [28] [29] Ven.get() and Ven.list() are completed. This is a significant part of the system. Associations (joins/includes) are handled. I am only unsure about handling the one to many reverse join field. There is not an easy way to infer it from the classes. We just need to know which field refers to the parent object. The element class in the list can be inferred somehow. The only place requiring configuration is here. Of course there can be some kind of convention if there is only single association.