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 TypeMethodDescriptionbooleanexistsByLogRecordId(UUID logRecordId) findBrowserConsoleLogByLogRecordId(UUID logRecordId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, saveMethods inherited from interface org.qubership.atp.ram.repositories.CustomBrowserConsoleLogRepository
findBrowserConsoleLogsByLogRecordIdWithPaginationMethods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, findAll, findAll, insert, insert, saveAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findBrowserConsoleLogByLogRecordId
-
existsByLogRecordId
-