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