Interface RunbookRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Runbook,,Long> org.springframework.data.jpa.repository.JpaRepository<Runbook,,Long> org.springframework.data.repository.ListCrudRepository<Runbook,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<Runbook,,Long> org.springframework.data.repository.PagingAndSortingRepository<Runbook,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<Runbook>,org.springframework.data.repository.Repository<Runbook,Long>
@Repository
public interface RunbookRepository
extends org.springframework.data.jpa.repository.JpaRepository<Runbook,Long>
UML Diagrams:

- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
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.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods 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