Interface PersonalScheduleRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<PersonalSchedule,
,Long> org.springframework.data.repository.Repository<PersonalSchedule,
Long>
@Repository
public interface PersonalScheduleRepository
extends org.springframework.data.repository.CrudRepository<PersonalSchedule,Long>
-
Method Summary
Modifier and TypeMethodDescriptionfindAllByUserId
(Long user_id) findByIdAndUser
(long id, User user) findByUserAndNameAndQuarter
(User user, String name, String quarter) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findByIdAndUser
-
findAllByUserId
-
findByUserAndNameAndQuarter
-