Interface DiningCommonsRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<DiningCommons,String>, org.springframework.data.repository.Repository<DiningCommons,String>

@Repository public interface DiningCommonsRepository extends org.springframework.data.repository.CrudRepository<DiningCommons,String>
The DiningCommonsRepository is a repository for DiningCommons entities
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll