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