Interface DeedMetadataRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<DeedMetadata,,Long> org.springframework.data.elasticsearch.repository.ElasticsearchRepository<DeedMetadata,,Long> org.springframework.data.repository.PagingAndSortingRepository<DeedMetadata,,Long> org.springframework.data.repository.Repository<DeedMetadata,Long>
public interface DeedMetadataRepository
extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<DeedMetadata,Long>
-
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