Package-level declarations

Types

Link copied to clipboard
@Repository
interface GroupMembersRepository : JpaRepository<T, ID>
The GroupMembersRepository interface is useful to manage the queries for the members of the groups
Link copied to clipboard
@Repository
interface GroupsRepository : JpaRepository<T, ID>
The GroupsRepository interface is useful to manage the queries for the groups