|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationResourceRepository
Method Summary | |
---|---|
int |
deleteResources()
|
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 |
Methods inherited from interface com.silverpeas.notification.repository.NotificationResourceRepositoryCustom |
---|
getExistingResource |
Method Detail |
---|
@Modifying @Query(value="delete from NotificationResourceData r where not exists (from DelayedNotificationData d where d.resource.id = r.id)") int deleteResources()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |