Done ticket GEPAFINBE-236
This commit is contained in:
@@ -35,5 +35,7 @@ public interface DocumentRepository extends JpaRepository<DocumentEntity, Long>
|
||||
List<DocumentEntity> findAllByIdInAndIsDeletedFalse(Set<Long> documentIds);
|
||||
|
||||
List<DocumentEntity> findBySourceIdInAndSourceAndIsDeletedFalse(Set<Long> sourceId, String type);
|
||||
|
||||
List<DocumentEntity> findBySourceInAndIsDeletedFalse(List<String> type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user