Interface SubjectRepository

    • Method Detail

      • findSubjectsForApplication

        @Query("select distinct(s) from GroupImpl g join g.subjects s join g.roles pr left outer join pr.permissions p where pr.application.id = ?1")
        List<SubjectImpl> findSubjectsForApplication​(Integer applicationId)