Interface AuthProfileDAO

All Superinterfaces:
DAO<AuthProfile>
All Known Subinterfaces:
AuthProfileRepo, AuthProfileRepo

public interface AuthProfileDAO extends DAO<AuthProfile>
  • Method Details

    • findByOwner

      Optional<? extends AuthProfile> findByOwner(String owner)
    • findAll

      org.springframework.data.domain.Page<? extends AuthProfile> findAll(org.springframework.data.domain.Pageable pageable)