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:

UML CLASS Diagram

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, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

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

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne