Class AttachmentRepositoryCustomImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int deleteAllByIds​(java.util.Collection<java.lang.Long> ids)  
      java.util.List<Attachment> findByItemIdsAndLogTimeBefore​(java.util.Collection<java.lang.Long> itemIds, java.time.LocalDateTime before)  
      java.util.List<Attachment> findByLaunchIdsAndLogTimeBefore​(java.util.Collection<java.lang.Long> launchIds, java.time.LocalDateTime before)  
      org.springframework.data.domain.Page<java.lang.Long> findIdsByLaunchId​(java.lang.Long launchId, org.springframework.data.domain.Pageable pageable)  
      org.springframework.data.domain.Page<java.lang.Long> findIdsByProjectId​(java.lang.Long projectId, org.springframework.data.domain.Pageable pageable)  
      org.springframework.data.domain.Page<java.lang.Long> findIdsByTestItemId​(java.util.Collection<java.lang.Long> itemIds, org.springframework.data.domain.Pageable pageable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttachmentRepositoryCustomImpl

        public AttachmentRepositoryCustomImpl()