Package no.idata1002.group19.domain.repository


package no.idata1002.group19.domain.repository
  • Interfaces
    Class
    Description
    A repository for the Budget entity and extends the CrudRepository.
    A repository for transactions, which extends CrudRepository.
    A repository for User objects, providing CRUD operations and a custom query for finding a user by their username and getting their associated budget ID.