Interface UrlRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Url,,Long> org.springframework.data.repository.Repository<Url,Long>
@Repository
public interface UrlRepository
extends org.springframework.data.repository.CrudRepository<Url,Long>
The UrlRepository is a repository for Url entities, that is, it is the abstraction for the
database table for Urls
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, existsById, findAllById, findById, saveAll
-
Method Details
-
deleteById
-
findAll
-
save
-