Interface BrowserConsoleLogRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<BrowserConsoleLog,UUID>, CustomBrowserConsoleLogRepository, org.springframework.data.mongodb.repository.MongoRepository<BrowserConsoleLog,UUID>, org.springframework.data.repository.PagingAndSortingRepository<BrowserConsoleLog,UUID>, org.springframework.data.repository.query.QueryByExampleExecutor<BrowserConsoleLog>, org.springframework.data.repository.Repository<BrowserConsoleLog,UUID>

@Repository public interface BrowserConsoleLogRepository extends CustomBrowserConsoleLogRepository, org.springframework.data.mongodb.repository.MongoRepository<BrowserConsoleLog,UUID>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     

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

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

    Methods inherited from interface org.qubership.atp.ram.repositories.CustomBrowserConsoleLogRepository

    findBrowserConsoleLogsByLogRecordIdWithPagination

    Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

    findAll, findAll, findAll, findAll, insert, insert, saveAll

    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
  • Method Details

    • findBrowserConsoleLogByLogRecordId

      Optional<BrowserConsoleLog> findBrowserConsoleLogByLogRecordId(UUID logRecordId)
    • existsByLogRecordId

      boolean existsByLogRecordId(UUID logRecordId)