Interface AuthProfileRepoExt

All Known Subinterfaces:
AuthProfileRepo
All Known Implementing Classes:
AuthProfileRepoExtImpl

public interface AuthProfileRepoExt
  • Method Details

    • findByOwnerLike

      List<? extends AuthProfile> findByOwnerLike(String owner, org.springframework.data.domain.Pageable pageable)
    • countByOwnerLike

      long countByOwnerLike(String owner)