Interface NotificationResourceDataRepository
-
- All Superinterfaces:
EntityRepository<NotificationResourceData>
,WithSaveAndFlush<NotificationResourceData>
- All Known Implementing Classes:
NotificationResourceDataJpaRepository
public interface NotificationResourceDataRepository extends EntityRepository<NotificationResourceData>, WithSaveAndFlush<NotificationResourceData>
- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
deleteResources()
NotificationResourceData
getExistingResource(String resourceId, String resourceType, String componentInstanceId)
-
Methods inherited from interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
contains, delete, delete, deleteByComponentInstanceId, deleteById, deleteById, findByCriteria, flush, getAll, getById, getById, getById, save, save, save
-
Methods inherited from interface org.silverpeas.core.persistence.datasource.repository.WithSaveAndFlush
saveAndFlush
-
-
-
-
Method Detail
-
deleteResources
long deleteResources()
-
getExistingResource
NotificationResourceData getExistingResource(String resourceId, String resourceType, String componentInstanceId)
-
-