Interface DeedFileRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<DeedFileBinary,,String> org.springframework.data.elasticsearch.repository.ElasticsearchRepository<DeedFileBinary,,String> org.springframework.data.repository.PagingAndSortingRepository<DeedFileBinary,,String> org.springframework.data.repository.Repository<DeedFileBinary,String>
public interface DeedFileRepository
extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<DeedFileBinary,String>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
delete, deleteAll, deleteAll, deleteAllById, deleteById, save, saveAll, searchSimilarMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll