Uses of Package
io.github.marcopaglio.booking.model
Packages that use 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.
-
Classes in io.github.marcopaglio.booking.model used by io.github.marcopaglio.booking.model
-
Classes in io.github.marcopaglio.booking.model used by io.github.marcopaglio.booking.presenterClassDescriptionThis entity represents the customer's model of the booking application.This entity represents the reservation's model of the booking application.
-
Classes in io.github.marcopaglio.booking.model used by io.github.marcopaglio.booking.presenter.servedClassDescriptionThis entity represents the customer's model of the booking application.This entity represents the reservation's model of the booking application.
-
Classes in io.github.marcopaglio.booking.model used by io.github.marcopaglio.booking.repositoryClassDescriptionThis entity represents the customer's model of the booking application.This entity represents the reservation's model of the booking application.
-
Classes in io.github.marcopaglio.booking.model used by io.github.marcopaglio.booking.repository.mongoClassDescriptionThis entity represents the customer's model of the booking application.This entity represents the reservation's model of the booking application.
-
Classes in io.github.marcopaglio.booking.model used by io.github.marcopaglio.booking.repository.postgresClassDescriptionThis entity represents the customer's model of the booking application.This entity represents the reservation's model of the booking application.
-
Classes in io.github.marcopaglio.booking.model used by io.github.marcopaglio.booking.serviceClassDescriptionThis entity represents the customer's model of the booking application.This entity represents the reservation's model of the booking application.
-
Classes in io.github.marcopaglio.booking.model used by io.github.marcopaglio.booking.service.transactionalClassDescriptionThis entity represents the customer's model of the booking application.This entity represents the reservation's model of the booking application.
-
Classes in io.github.marcopaglio.booking.model used by io.github.marcopaglio.booking.viewClassDescriptionThis entity represents the customer's model of the booking application.This entity represents the reservation's model of the booking application.
-
Classes in io.github.marcopaglio.booking.model used by io.github.marcopaglio.booking.view.swingClassDescriptionThis entity represents the customer's model of the booking application.This entity represents the reservation's model of the booking application.