Skip to content
Snippets Groups Projects
  1. Dec 11, 2015
  2. Dec 02, 2015
  3. Nov 29, 2015
  4. Nov 26, 2015
  5. Nov 25, 2015
  6. Nov 15, 2015
  7. 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
  8. Nov 07, 2015
  9. Nov 06, 2015
  10. 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
  11. 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
  12. Oct 30, 2015
  13. Oct 29, 2015
Loading