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


Ignore:
Timestamp:
Jan 16, 2011, 10:06:21 PM (13 years ago)
Author:
fmguler
Comment:

delete() is completed

Legend:

Unmodified
Added
Removed
Modified
  • FmgVen/Development/Implementation

    v4 v5  
    1212 * '''17.10.2010''': Started implementing Ven.save(). Converted old code to be built with JDK 1.4. In fact, it turned out to be very easy. Old Ven can also run at 1.4. Did not commit the save work since it is not finished yet. 
    1313 
    14  * '''27.10.2010''': Ven.save() is almost complete. Updated assigning new object id related sections, divided them into private methods. It's much more elegant now. At 29th, an important decision is made. Database primary key fields used to be named "'''no'''", but the whole world uses "'''id'''" instead. If this tool targets a wider audience than just me and a few fellas, it would be more sane to name it conventionally, as the aim of the tool is "convention over configuration ORM". 
     14 * '''27.10.2010''': [26] Ven.save() is almost complete. Updated assigning new object id related sections, divided them into private methods. It's much more elegant now. At 29th, an important decision is made. Database primary key fields used to be named "'''no'''", but the whole world uses "'''id'''" instead. If this tool targets a wider audience than just me and a few fellas, it would be more sane to name it conventionally, as the aim of the tool is "convention over configuration ORM". 
    1515 
     16 * '''16.01.2011''': [27] Ven.delete() is completed. Added missing javadoc comments.