Uses of Class
it.polimi.ingsw.server.repository.exceptions.DBQueryException
Packages that use DBQueryException
Package
Description
-
Uses of DBQueryException in it.polimi.ingsw.server.event_sourcing
Methods in it.polimi.ingsw.server.event_sourcing that throw DBQueryExceptionModifier and TypeMethodDescriptionAggregate.getCurrentState()Restore the aggregate and return the most updated version of the aggregate For doing so, it reconstructs the aggregate from the snapshot and applies the stack of events -
Uses of DBQueryException in it.polimi.ingsw.server.repository
Methods in it.polimi.ingsw.server.repository that throw DBQueryExceptionModifier and TypeMethodDescriptionvoidvoidEventsRepository.generateSnapshot(Aggregate aggregate) EventsRepository.getAggregateType(UUID uuid) EventsRepository.getSnapshot(UUID aggregateID) UsersRepository.getUserHashedPassword(String username) Get the hashed password of the uservoidvoidUsersRepository.signUpUser(String username, String password) Insert the user in the DB -
Uses of DBQueryException in it.polimi.ingsw.server.repository.interfaces
Methods in it.polimi.ingsw.server.repository.interfaces that throw DBQueryExceptionModifier and TypeMethodDescriptionUsersRepositoryInterface.getUserHashedPassword(String username) voidUsersRepositoryInterface.signUpUser(String username, String password)