@Repository public interface IProjectGroupRepository extends org.springframework.data.jpa.repository.JpaRepository<ProjectGroupEntity,Long>
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<ProjectGroupEntity> |
findAll(org.springframework.data.domain.Pageable pageable) |
List<ProjectGroupEntity> |
findByCreatedByUser(String createdBy) |
org.springframework.data.domain.Page<ProjectGroupEntity> findAll(org.springframework.data.domain.Pageable pageable)
findAll
in interface org.springframework.data.repository.PagingAndSortingRepository<ProjectGroupEntity,Long>
List<ProjectGroupEntity> findByCreatedByUser(String createdBy)
Copyright © 2015 Powered by Sergey. All rights reserved.