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