public interface SourceRepository extends org.springframework.data.repository.PagingAndSortingRepository<SourceEntity,Long>
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
countByUserOrPublishIsTrue(UserEntity user) |
org.springframework.data.domain.Page<SourceEntity> |
findAllByUserOrPublishIsTrue(UserEntity user,
org.springframework.data.domain.Pageable pageable) |
SourceEntity |
findByName(String name) |
SourceEntity findByName(String name)
org.springframework.data.domain.Page<SourceEntity> findAllByUserOrPublishIsTrue(UserEntity user, org.springframework.data.domain.Pageable pageable)
Long countByUserOrPublishIsTrue(UserEntity user)
Copyright © 2022 EdurtIO Software Foundation. All rights reserved.