インタフェース TaskExecutionControlRepository

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

@Repository
public interface TaskExecutionControlRepository
extends org.springframework.data.mongodb.repository.MongoRepository<TaskExecutionControl,​String>
The interface that manages task execution control repository.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    TaskExecutionControl findByTaskTypeCode​(int taskTypeCode)
    Returns the task execution control linked to the task type code passed as an argument.

    インタフェースから継承されたメソッド 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
  • メソッドの詳細

    • findByTaskTypeCode

      TaskExecutionControl findByTaskTypeCode​(int taskTypeCode)
      Returns the task execution control linked to the task type code passed as an argument.
      パラメータ:
      taskTypeCode - The task type code
      戻り値:
      The task execution control