Interface FinalExamRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<FinalExamEntity,
,String> org.springframework.data.repository.Repository<FinalExamEntity,
String>
@Repository
public interface FinalExamRepository
extends org.springframework.data.repository.CrudRepository<FinalExamEntity,String>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll