public interface FileObjectHistoryRepository extends AbstractRepository<FileObjectHistory>
| 限定符和类型 | 方法和说明 |
|---|---|
List<FileObjectHistory> |
findByFileObject(FileObject fileObject) |
org.springframework.data.domain.Page<FileObjectHistory> |
findByFileObject(FileObject fileObject,
org.springframework.data.domain.Pageable pageable) |
findByIdorg.springframework.data.domain.Page<FileObjectHistory> findByFileObject(FileObject fileObject, org.springframework.data.domain.Pageable pageable)
List<FileObjectHistory> findByFileObject(FileObject fileObject)
Copyright © 2016. All rights reserved.