Package com.epam.ta.reportportal.dao
Interface IssueEntityRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<IssueEntity,java.lang.Long>,IssueEntityRepositoryCustom,org.springframework.data.jpa.repository.JpaRepository<IssueEntity,java.lang.Long>,org.springframework.data.repository.PagingAndSortingRepository<IssueEntity,java.lang.Long>,org.springframework.data.repository.query.QueryByExampleExecutor<IssueEntity>,ReportPortalRepository<IssueEntity,java.lang.Long>,org.springframework.data.repository.Repository<IssueEntity,java.lang.Long>
public interface IssueEntityRepository extends ReportPortalRepository<IssueEntity,java.lang.Long>, IssueEntityRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IssueEntity>findAllByIssueTypeId(java.lang.Long id)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface com.epam.ta.reportportal.dao.IssueEntityRepositoryCustom
saveMultiple
-
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
-
Methods inherited from interface com.epam.ta.reportportal.dao.ReportPortalRepository
exists, refresh
-
-
-
-
Method Detail
-
findAllByIssueTypeId
java.util.List<IssueEntity> findAllByIssueTypeId(java.lang.Long id)
-
-