Skip to content
Snippets Groups Projects
  1. Nov 25, 2015
  2. Nov 15, 2015
  3. Nov 13, 2015
    • Thiemo Belmega's avatar
      Implement conversion from Json · 862e7044
      Thiemo Belmega authored
      * Implement conversion of related BOs from Json
      * Implement method BusinessObject.equalsInAllProperties
      * Fixed spelling mistake in test resource TestApplication.json
      862e7044
  4. Nov 07, 2015
  5. Nov 06, 2015
  6. Nov 03, 2015
    • Thiemo Belmega's avatar
      Refactor SqlStatement class · 97a972fa
      Thiemo Belmega authored
      * Made methods generic, removed unneeded code
      * Dropped SELECT_Statements.xml, added two statements to
      SQL_Statements.xml
      97a972fa
    • Thiemo Belmega's avatar
      Implement DELETE and UPDATE · 6878844a
      Thiemo Belmega authored
      * Implement DatabaseController method to delete BusinessObject
      * Implement DatabaseController method to update BusinessObject
      * Commit missing file with SQL statements
      * Adjusted TestCreateScript with ON DELETE constraints
      * Splitted DatabaseControllerTest by introducing
      DatabaseControllerDataProvider and DatabaseControllerRelationsTest
      6878844a
  7. Nov 02, 2015
    • Thiemo Belmega's avatar
      Implement INSERT into database · 9ab412bc
      Thiemo Belmega authored
      * Implement DatabasoController.storeToDB method
      * Use java Uuid class to generate random ids; adjust SQL Create Script
      to varchar(64) ids
      * Refactor SignletonUtil (did not work as expected)
      9ab412bc
    • Thiemo Belmega's avatar
      Implement DatabaseController.checkIfExistsInDB() · c2d6d648
      Thiemo Belmega authored
      * Implement method DatabaseController.checkIfExistsInDB(), to check if a
      BusinessObject with given ID already exists in the Database
      * Intoduced NullBusinessObject class (NullObject pattern) 
      c2d6d648
  8. Oct 30, 2015
  9. Oct 29, 2015
  10. Oct 27, 2015
  11. Oct 26, 2015
  12. Oct 22, 2015
Loading