インタフェース FileDeleteResultRepository

すべてのスーパーインタフェース:
org.springframework.data.repository.CrudRepository<FileDeleteResult,​String>, org.springframework.data.mongodb.repository.MongoRepository<FileDeleteResult,​String>, org.springframework.data.repository.PagingAndSortingRepository<FileDeleteResult,​String>, org.springframework.data.repository.query.QueryByExampleExecutor<FileDeleteResult>, org.springframework.data.repository.Repository<FileDeleteResult,​String>

@Repository
public interface FileDeleteResultRepository
extends org.springframework.data.mongodb.repository.MongoRepository<FileDeleteResult,​String>
The ineterface that manages file delete result repository.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    List<FileDeleteResult> findByTaskTypeCodeAndExecutedAt​(int taskTypeCode, String executedAt)
    Returns the list of file delete result based on the task type code and execute datetime passed as arguments.

    インタフェースから継承されたメソッド org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteById, existsById, findAllById, findById, save

    インタフェースから継承されたメソッド org.springframework.data.mongodb.repository.MongoRepository

    findAll, findAll, findAll, findAll, insert, insert, saveAll

    インタフェースから継承されたメソッド org.springframework.data.repository.PagingAndSortingRepository

    findAll

    インタフェースから継承されたメソッド org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findOne
  • メソッドの詳細

    • findByTaskTypeCodeAndExecutedAt

      List<FileDeleteResult> findByTaskTypeCodeAndExecutedAt​(int taskTypeCode, String executedAt)
      Returns the list of file delete result based on the task type code and execute datetime passed as arguments.
      パラメータ:
      taskTypeCode - The task type code
      executedAt - The executed datetime
      戻り値:
      The list of file delete result