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


Ignore:
Timestamp:
Feb 9, 2011, 11:02:09 PM (13 years ago)
Author:
fmguler
Comment:

get() is completed. One to many is a little problematic.

Legend:

Unmodified
Added
Removed
Modified
  • FmgVen/Development/Implementation

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