This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Die Statistiken sollten auch in ElasticSearch hinterlegt werden."

Compare and Show latest version
19 files
+ 407
74
Compare changes
  • Side-by-side
  • Inline
Files
19
@@ -23,6 +23,7 @@ public interface AuthorityRepository extends JpaRepository<Authority, String> {
@Query("SELECT DISTINCT u.authorities FROM User u ")
List<Authority> getUsedAuthorities();
@Override
List<Authority> findAll();
@Query("SELECT u FROM User u JOIN u.authorities auth WHERE auth.name = :authority")