パッケージ io.spring.configuration

インターフェース TaskRunRepository

すべてのスーパーインターフェース:
org.springframework.data.repository.CrudRepository<TaskRunOutput,LongSE>org.springframework.data.jpa.repository.JpaRepository<TaskRunOutput,LongSE>org.springframework.data.repository.ListCrudRepository<TaskRunOutput,LongSE>org.springframework.data.repository.ListPagingAndSortingRepository<TaskRunOutput,LongSE>org.springframework.data.repository.PagingAndSortingRepository<TaskRunOutput,LongSE>org.springframework.data.repository.query.QueryByExampleExecutor<TaskRunOutput>org.springframework.data.repository.Repository<TaskRunOutput,LongSE>

public interface TaskRunRepository extends org.springframework.data.jpa.repository.JpaRepository<TaskRunOutput,LongSE>
作成者:
Pas Apicella, Glenn Renfro
  • メソッドのサマリー

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

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

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

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

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

    findAll, findAllById, saveAll

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

    findAll

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

    findAll

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

    count, exists, findAll, findBy, findOne