Uses of Package
io.github.marcopaglio.booking.exception

Package
Description
Provides interfaces for facing database level of any entity.
Contains implementations for using the repository layer through MongoDB for entities of the booking application.
Contains implementations for using the repository layer through PostegreSQL for entities of the booking application.
Provides interfaces for facing the service layer of the booking application.
Contains transactional implementations of the service layer for the booking application.
Provides facades for managing transactions in the booking application.
Contains implementations for managing transactions in MongoDB in the booking application.
Contains implementations for managing transactions in PostgreSQL in the booking application.