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