DimK10/hotel-management-application

Bug in create order [checkin checkout check]

DimK10 opened this issue · 1 comments

Wehn creating and persisting new orders, there is no check, or invalid check regarding available dates for a specific hotel, resulting in saving more than one orders with the same or similar checkin check out dates

Will move to issue for preventing race conditions in save - update and delete transactions to db programmatically, using synchronized(this)