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> findByItemIdsModifiedBefore​(java.util.Collection<java.lang.Long> itemIds, 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()
    • Method Detail

      • findIdsByProjectId

        public org.springframework.data.domain.Page<java.lang.Long> findIdsByProjectId​(java.lang.Long projectId,
                                                                                       org.springframework.data.domain.Pageable pageable)
        Specified by:
        findIdsByProjectId in interface AttachmentRepositoryCustom
      • findIdsByLaunchId

        public org.springframework.data.domain.Page<java.lang.Long> findIdsByLaunchId​(java.lang.Long launchId,
                                                                                      org.springframework.data.domain.Pageable pageable)
        Specified by:
        findIdsByLaunchId in interface AttachmentRepositoryCustom
      • findIdsByTestItemId

        public org.springframework.data.domain.Page<java.lang.Long> findIdsByTestItemId​(java.util.Collection<java.lang.Long> itemIds,
                                                                                        org.springframework.data.domain.Pageable pageable)
        Specified by:
        findIdsByTestItemId in interface AttachmentRepositoryCustom