Interface UCSBDiningCommonsRepository

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

@Repository public interface UCSBDiningCommonsRepository extends org.springframework.data.repository.CrudRepository<UCSBDiningCommons,String>
  • Method Summary

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

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