Interface DocumentPermalinkRepository
-
- All Superinterfaces:
EntityRepository<DocumentPermalink>
- All Known Implementing Classes:
DocumentPermalinkJpaRepository
public interface DocumentPermalinkRepository extends EntityRepository<DocumentPermalink>
-
-
Method Summary
-
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
-
-