Interface SequenceFileRepository
- All Superinterfaces:
AbstractFileRepository<SequenceFile,,Long, SequenceStorageInfo> de.frachtwerk.essencium.backend.repository.BaseRepository<SequenceFile,,Long> org.springframework.data.repository.CrudRepository<SequenceFile,,Long> org.springframework.data.jpa.repository.JpaRepository<SequenceFile,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<SequenceFile>,org.springframework.data.repository.ListCrudRepository<SequenceFile,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<SequenceFile,,Long> org.springframework.data.repository.PagingAndSortingRepository<SequenceFile,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<SequenceFile>,org.springframework.data.repository.Repository<SequenceFile,Long>
@Repository
public interface SequenceFileRepository
extends AbstractFileRepository<SequenceFile,Long,SequenceStorageInfo>
-
Method Summary
Methods inherited from interface de.frachtwerk.essencium.backend.repository.BaseRepository
existsMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, findAll, findAll, findAll, findBy, findOneMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne