Changes between Version 6 and Version 7 of FmgVen/Development/Implementation


Ignore:
Timestamp:
Feb 10, 2011, 10:09:07 PM (13 years ago)
Author:
fmguler
Comment:

added list to 10.02.2011 item

Legend:

Unmodified
Added
Removed
Modified
  • FmgVen/Development/Implementation

    v6 v7  
    1616 * '''16.01.2011''': [27] Ven.delete() is completed. Added missing javadoc comments.   
    1717 
    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 is 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. 
     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.