Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
Method Details
findAll
@Query("SELECT p FROM Role p where :actorId is null or (p.actorId = :actorId)")
org.springframework.data.domain.Page<Role>findAll(org.springframework.data.domain.Pageable pageable,
@Param("actorId")
Long actorId)