- All Superinterfaces:
 
org.springframework.data.repository.CrudRepository<PSCourse,Long>, org.springframework.data.repository.Repository<PSCourse,Long> 
@Repository
public interface PSCourseRepository
extends org.springframework.data.repository.CrudRepository<PSCourse,Long> 
- 
Method Summary
 
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, save, saveAll
 
- 
Method Details
- 
 
- 
findById
- Specified by:
 
findById in interface org.springframework.data.repository.CrudRepository<PSCourse,Long> 
 
- 
 
- 
 
- 
 
- 
 
-