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

Package
Description
Contains entities' models for the booking application.
Provides interfaces for facing the presenter for the booking application.
Contains implementations of the presenter for the booking application using the service layer.
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 the interface of a view of the user interface for the booking application.
Contains implementations of the view for the booking application using Swing.