Interface QuotaRepository
-
- All Superinterfaces:
EntityRepository<Quota>
,WithSaveAndFlush<Quota>
- All Known Implementing Classes:
QuotaJPARepository
public interface QuotaRepository extends EntityRepository<Quota>, WithSaveAndFlush<Quota>
- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Quota
getByTypeAndResourceId(String type, String resourceId)
-
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
-
-