Uses of Package
io.github.marcopaglio.booking.transaction.code
Packages that use io.github.marcopaglio.booking.transaction.code
Package
Description
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.
-
Classes in io.github.marcopaglio.booking.transaction.code used by io.github.marcopaglio.booking.transaction.managerClassDescriptionThis interface provides code that involves both
ClientRepository
's andReservationRepository
's methods.This interface provides code that involves theClientRepository
's method(s).This interface provides code that involves theReservationRepository
's method(s). -
Classes in io.github.marcopaglio.booking.transaction.code used by io.github.marcopaglio.booking.transaction.manager.mongoClassDescriptionThis interface provides code that involves both
ClientRepository
's andReservationRepository
's methods.This interface provides code that involves theClientRepository
's method(s).This interface provides code that involves theReservationRepository
's method(s). -
Classes in io.github.marcopaglio.booking.transaction.code used by io.github.marcopaglio.booking.transaction.manager.postgresClassDescriptionThis interface provides code that involves both
ClientRepository
's andReservationRepository
's methods.This interface provides code that involves theClientRepository
's method(s).This interface provides code that involves theReservationRepository
's method(s).