Package com.epam.ta.reportportal.dao
Interface LogRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Log,java.lang.Long>,FilterableRepository<Log>,org.springframework.data.jpa.repository.JpaRepository<Log,java.lang.Long>,LogRepositoryCustom,org.springframework.data.repository.PagingAndSortingRepository<Log,java.lang.Long>,org.springframework.data.repository.query.QueryByExampleExecutor<Log>,ReportPortalRepository<Log,java.lang.Long>,org.springframework.data.repository.Repository<Log,java.lang.Long>
public interface LogRepository extends ReportPortalRepository<Log,java.lang.Long>, LogRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<Log>findByUuid(java.lang.String uuid)java.util.List<Log>findLogsByLogTime(java.sql.Timestamp timestamp)-
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.FilterableRepository
findByFilter, findByFilter
-
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 com.epam.ta.reportportal.dao.LogRepositoryCustom
deleteByPeriodAndTestItemIds, findAllUnderTestItemByLaunchIdAndTestItemIdsAndLogLevelGte, findByTestItemId, findByTestItemId, findIdsByFilter, findIdsByTestItemId, findIdsByTestItemIdsAndLogLevelGte, findIdsUnderTestItemByLaunchIdAndTestItemIdsAndLogLevelGte, findItemLogIdsByLaunchIdAndLogLevelGte, findItemLogIdsByLaunchIdsAndLogLevelGte, findMessagesByItemIdAndLevelGte, findNestedItems, getPageNumber, hasLogs, hasLogsAddedLately
-
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
-
-