com.silverpeas.sharing.repository
Interface DownloadDetailRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<DownloadDetail,Long>, org.springframework.data.jpa.repository.JpaRepository<DownloadDetail,Long>, org.springframework.data.repository.PagingAndSortingRepository<DownloadDetail,Long>, org.springframework.data.repository.Repository<DownloadDetail,Long>

public interface DownloadDetailRepository
extends org.springframework.data.jpa.repository.JpaRepository<DownloadDetail,Long>

Author:
ehugonnet

Method Summary
 
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
 



Copyright © 2016 Silverpeas. All Rights Reserved.