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