Interface AuthProfileRepoExt
- All Known Subinterfaces:
AuthProfileRepo
- All Known Implementing Classes:
AuthProfileRepoExtImpl
public interface AuthProfileRepoExt
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByOwnerLike(String owner) List<? extends AuthProfile> findByOwnerLike(String owner, org.springframework.data.domain.Pageable pageable)
-
Method Details
-
findByOwnerLike
List<? extends AuthProfile> findByOwnerLike(String owner, org.springframework.data.domain.Pageable pageable) -
countByOwnerLike
-