Interface MenuItemReviewRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<MenuItemReview,
,Long> org.springframework.data.repository.Repository<MenuItemReview,
Long>
@Repository
public interface MenuItemReviewRepository
extends org.springframework.data.repository.CrudRepository<MenuItemReview,Long>
The MenuItemReviewRepository is a repository for MenuItemReview entities.
-
Method Summary
Modifier and TypeMethodDescriptionfindAllByItemId
(long itemId) This method returns all UCSBDate entities with a given quarterYYYYQ.Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findAllByItemId
This method returns all UCSBDate entities with a given quarterYYYYQ.- Parameters:
itemId
- refers to the id of some menu item- Returns:
- all UCSBDate entities with a given quarterYYYYQ
-