aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/at/ac/tuwien/sepm/assignment/groupphase/einsatzverwaltung/dao
Commit message (Expand)AuthorAgeFilesLines
* Rename 'einsatzverwaltung' to 'missioncontrol' + remove TODO [#25963]Dominic Rogetzer2018-06-188-880/+0
* Fix instant retrieval, RegistrationDAO.list #27305Tharre2018-06-171-2/+6
* Rollback in cases where we throw ourselves #27305Tharre2018-06-173-5/+17
* Rework VehicleDatabaseDAO #27305Tharre2018-06-171-81/+47
* Rework RegistrationDatabaseDAO #27305Tharre2018-06-171-79/+69
* Rollback when on getConnection() #27305Tharre2018-06-162-3/+6
* Rework EmployeeDao to use pstmts directly #27305Tharre2018-06-161-123/+70
* Added logging of improved setAutoCommit(true) #27033Felix Kehrer2018-06-161-2/+16
* Remove finally block, reset autocommit in VehicleDatabaseDAO [#27305]Dominic Rogetzer2018-06-161-3/+25
* Remove finally block, reset autocommit in RegistrationDB-DAO [#27305]Dominic Rogetzer2018-06-161-9/+2
* Remove finally block, reset autocommit in EmployeeDatabaseDAO [#27305]Dominic Rogetzer2018-06-161-21/+10
* Add TODO comments as feedback which occurred during JourFixe [#28535]Dominic Rogetzer2018-06-121-0/+3
* change DAO to work with new database schema #27844Felix Kehrer2018-06-021-4/+4
* Remove debug statements from VehicleDAO.update()Tharre2018-06-021-2/+1
* Work around H2 bug in OperationDAO.list()Tharre2018-05-301-2/+5
* Fix VehicleDAO.update() version update mechanicTharre2018-05-301-53/+38
* removed logging for exceptions which will be logged in service #27033Felix Kehrer2018-05-271-7/+1
* removed unused logger #27033Felix Kehrer2018-05-271-4/+0
* Use try-with-res. in EmployeeDatabaseDAO #25963Tharre2018-05-241-38/+43
* Change package structure/naming #25963Tharre2018-05-243-6/+7
* Fix vehicle-dao [#25963]Dominic Rogetzer2018-05-241-5/+9
* Prepare vehicle-dao fix by adding RegistrationDatabaseDAO.list [#25963]Dominic Rogetzer2018-05-241-1/+42
* Fix and cleanup Operation dao+service #25963Tharre2018-05-242-302/+71
* JF: Change SQL-string to final [#27241]Dominic Rogetzer2018-05-231-1/+1
* Fix insert bug in RegistrationDAO.add()Tharre2018-05-231-1/+1
* Work around H2 bug in operation.list()Tharre2018-05-231-3/+13
* Revert "Fix problem where listing operations would throw exception, downgradi...Tharre2018-05-232-13/+7
* Fix VehicleVersion Id #25963Martin Weick2018-05-231-10/+16
* Fix problem where listing operations would throw exception, downgrading h2 to...Felix Kehrer2018-05-232-7/+13
* Fixed some errors, added listener for mouse input on active-operation listViktoria Pundy2018-05-222-5/+21
* Use savepoint and rollback at EmployeeDatabaseDao.add [#25950]Dominic Rogetzer2018-05-221-1/+18
* Implement EmployeeDatabaseDao.update [#25950]Dominic Rogetzer2018-05-221-3/+58
* Fix conflicts and reimplement Operation.list()Tharre2018-05-221-34/+29
* Resolved some warnings, deleted comments [#24990]Viktoria Pundy2018-05-221-9/+2
* Added methods [#24990]Viktoria Pundy2018-05-221-2/+228
* throw element no found Exception if Vehicle don“t exists #25948Martin Weick2018-05-221-0/+6
* Change in Try with Resources in update and add Vehicle #25948Martin Weick2018-05-221-113/+83
* Changes in Persintence Vehicle updateMartin Weick2018-05-221-1/+7
* Changes in Persintence Vehicle updateMartin Weick2018-05-221-23/+52
* Implement Persistence UpdateCarMartin Weick2018-05-221-1/+27
* Add missing setLong() in VehicleDAO.get() #25953Tharre2018-05-221-0/+1
* Implement requestVehicles() in service+DAO #25953Tharre2018-05-211-1/+45
* [#25958] Apply code formatting. Context Menu Label now bold and black while h...Andreas Weninger2018-05-211-0/+2
* Change interfaces to use Set instead of ListTharre2018-05-128-22/+22
* Fix DBUnit's enums and revert database changesTharre2018-05-121-2/+2
* Implement VehicleDAO.get() and fix list() misuseTharre2018-05-112-13/+47
* Fix 'KTW-B' vs 'KTW_B' parsing problemDominic Rogetzer2018-05-071-1/+1
* Remove nonexistent return valueFelix Kehrer2018-05-071-2/+4
* Set severity as a letter, not a numberFelix Kehrer2018-05-071-2/+5
* Changed enums (and similar fields) to match enum names of JavaFelix Kehrer2018-05-071-1/+1