Interface ArticleRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Article,
,String> org.springframework.data.repository.Repository<Article,
String>
@Repository
public interface ArticleRepository
extends org.springframework.data.repository.CrudRepository<Article,String>
The ArticleRepository is a repository for Articles entities
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll