|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DelayedNotificationUserSettingRepository
Method Summary | |
---|---|
List<DelayedNotificationUserSetting> |
findByUserId(int userId)
|
List<DelayedNotificationUserSetting> |
findByUserIdAndChannel(int userId,
int channel)
|
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository |
---|
deleteAllInBatch, deleteInBatch, findAll, findAll, flush, save, saveAndFlush |
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository |
---|
findAll |
Methods inherited from interface org.springframework.data.repository.CrudRepository |
---|
count, delete, delete, delete, deleteAll, exists, findAll, findOne, save |
Method Detail |
---|
@Query(value="from DelayedNotificationUserSetting where userId = :param") List<DelayedNotificationUserSetting> findByUserId(@Param(value="param") int userId)
@Query(value="from DelayedNotificationUserSetting where userId = :param and channel = :param2") List<DelayedNotificationUserSetting> findByUserIdAndChannel(@Param(value="param") int userId, @Param(value="param2") int channel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |