Interface InterviewRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Interview,​java.lang.Integer>, org.springframework.data.jpa.repository.JpaRepository<Interview,​java.lang.Integer>, org.springframework.data.repository.PagingAndSortingRepository<Interview,​java.lang.Integer>, org.springframework.data.repository.query.QueryByExampleExecutor<Interview>, org.springframework.data.repository.Repository<Interview,​java.lang.Integer>

public interface InterviewRepository
extends org.springframework.data.jpa.repository.JpaRepository<Interview,​java.lang.Integer>
Interface to access the interview table in the database
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Interview> findAllByAuditId​(int auditId)  

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

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

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

    deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush

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

    findAll

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

    count, exists, findAll, findOne