Interface AbstractFileRepository<F extends AbstractFile<F,ID,S>,ID extends Serializable,S extends AbstractStorageInfo<F,ID,S>>
- All Superinterfaces:
de.frachtwerk.essencium.backend.repository.BaseRepository<F,,ID> org.springframework.data.repository.CrudRepository<F,,ID> org.springframework.data.jpa.repository.JpaRepository<F,,ID> org.springframework.data.jpa.repository.JpaSpecificationExecutor<F>,org.springframework.data.repository.ListCrudRepository<F,,ID> org.springframework.data.repository.ListPagingAndSortingRepository<F,,ID> org.springframework.data.repository.PagingAndSortingRepository<F,,ID> org.springframework.data.repository.query.QueryByExampleExecutor<F>,org.springframework.data.repository.Repository<F,ID>
- All Known Subinterfaces:
IdentityFileRepository,SequenceFileRepository,UUIDFileRepository
@NoRepositoryBean
public interface AbstractFileRepository<F extends AbstractFile<F,ID,S>,ID extends Serializable,S extends AbstractStorageInfo<F,ID,S>>
extends de.frachtwerk.essencium.backend.repository.BaseRepository<F,ID>
-
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