Package dev.dokimos.server.repository
Interface TraceSpanRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<TraceSpan,,UUID> org.springframework.data.jpa.repository.JpaRepository<TraceSpan,,UUID> org.springframework.data.repository.ListCrudRepository<TraceSpan,,UUID> org.springframework.data.repository.ListPagingAndSortingRepository<TraceSpan,,UUID> org.springframework.data.repository.PagingAndSortingRepository<TraceSpan,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<TraceSpan>,org.springframework.data.repository.Repository<TraceSpan,UUID>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the spans of a trace ordered by start time, nulls last for spans missing a timestamp.Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods 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
-
findByTrace_IdOrderByStartTimeUnixNanoAsc
Returns the spans of a trace ordered by start time, nulls last for spans missing a timestamp.
-