Skip to content

Commit 725fd6e

Browse files
committed
Being nitpicky
1 parent 940d62e commit 725fd6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/solution.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,9 @@ We're using the Jdbi SqlObject library, which helps to map database results to o
450450
- [`RestaurantRepository`](https://github.com/bkuberek/kotlin-quarkus-booking-service-demo/blob/main/src/main/kotlin/com/bkuberek/bookings/db/repositories/RestaurantRepository.kt) <- [`RestaurantDao`](https://github.com/bkuberek/kotlin-quarkus-booking-service-demo/blob/main/src/main/kotlin/com/bkuberek/bookings/db/dao/RestaurantDao.kt)
451451
- [`ReservationRepository`](https://github.com/bkuberek/kotlin-quarkus-booking-service-demo/blob/main/src/main/kotlin/com/bkuberek/bookings/db/repositories/ReservationRepository.kt) <- [`ReservationDao`](https://github.com/bkuberek/kotlin-quarkus-booking-service-demo/blob/main/src/main/kotlin/com/bkuberek/bookings/db/dao/ReservationDao.kt)
452452

453-
Because I migrated from Hibernate to Jdbi, the entity objects were not refactored enough and could be done better.
453+
Small SQL scripts are inline in the DAOs, but the larger queries are located at
454+
455+
[src/main/resources/com/bkuberek/bookings/db/dao/RestaurantDao](https://github.com/bkuberek/kotlin-quarkus-booking-service-demo/tree/main/src/main/resources/com/bkuberek/bookings/db/dao/RestaurantDao)
454456

455457

456458
## Todo

0 commit comments

Comments
 (0)