Package-level declarations

Types

Link copied to clipboard
@Service
@Repository
interface JoiningQRCodeRepository : JpaRepository<T, ID>
The JoiningQRCodeRepository interface is useful to manage the queries for the joining qrcodes
Link copied to clipboard
@Service
@Repository
interface ProjectsRepository : JpaRepository<T, ID>
The ProjectsRepository interface is useful to manage the queries for the projects