Uses of Package
io.github.marcopaglio.booking.exception
Packages that use 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.
-
Classes in io.github.marcopaglio.booking.exception used by io.github.marcopaglio.booking.repositoryClassDescriptionThrown when you try to insert an entity that violates not-null constraints in the repository.Thrown when you try to insert an entity that violates uniqueness constraints in the repository.Thrown when you try to update an entity that does not exist in the repository.
-
Classes in io.github.marcopaglio.booking.exception used by io.github.marcopaglio.booking.repository.mongoClassDescriptionThrown when you try to insert an entity that violates not-null constraints in the repository.Thrown when you try to insert an entity that violates uniqueness constraints in the repository.Thrown when you try to update an entity that does not exist in the repository.
-
Classes in io.github.marcopaglio.booking.exception used by io.github.marcopaglio.booking.repository.postgresClassDescriptionThrown when you try to insert an entity that violates not-null constraints in the repository.Thrown when you try to insert an entity that violates uniqueness constraints in the repository.Thrown when you try to update an entity that does not exist in the repository.
-
Classes in io.github.marcopaglio.booking.exception used by io.github.marcopaglio.booking.serviceClassDescriptionThrown when there is a failure in querying the database.Thrown when you try to create or insert an already existing entity in the repository.Thrown when you try to update or remove an entity that does not exist in the repository.
-
Classes in io.github.marcopaglio.booking.exception used by io.github.marcopaglio.booking.service.transactionalClassDescriptionThrown when there is a failure in querying the database.Thrown when you try to create or insert an already existing entity in the repository.Thrown when you try to update or remove an entity that does not exist in the repository.
-
-
-