Changes between Version 11 and Version 12 of UTGBCore/SQLite


Ignore:
Timestamp:
10/12/07 21:37:02 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/SQLite

    v11 v12  
    7171}}}
    7272
    73 Note that, you have to adjust the column name within the SQL statement in order to call correct setters in the Person class. For example, person_id column is renamed into id, and it will invoke Person.setId(..) method.
     73Note that, you have to adjust the column name within the SQL statement in order to call correct setters in the Person class. For example, person_id column is renamed into id, and BeanUtil library will invoke Person.setId(..) method.
    7474