Interface ImportResultRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ImportResult,,String> org.springframework.data.repository.ListCrudRepository<ImportResult,,String> org.springframework.data.repository.ListPagingAndSortingRepository<ImportResult,,String> org.springframework.data.mongodb.repository.MongoRepository<ImportResult,,String> org.springframework.data.repository.PagingAndSortingRepository<ImportResult,,String> org.springframework.data.repository.query.QueryByExampleExecutor<ImportResult>,org.springframework.data.repository.Repository<ImportResult,String>
public interface ImportResultRepository
extends org.springframework.data.mongodb.repository.MongoRepository<ImportResult,String>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods 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.mongodb.repository.MongoRepository
findAll, findAll, insert, insertMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne