Interface VersionPermalinkRepository
-
- All Superinterfaces:
EntityRepository<VersionPermalink>
- All Known Implementing Classes:
VersionPermalinkJpaRepository
public interface VersionPermalinkRepository extends EntityRepository<VersionPermalink>
-
-
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
-
-