You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: project-management-infrastructure/src/main/java/life/qbic/projectmanagement/infrastructure/ontology/OntologyTermJpaRepository.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,15 @@ public List<OntologyClassEntity> query(int offset, int limit) {
Copy file name to clipboardexpand all lines: project-management-infrastructure/src/main/java/life/qbic/projectmanagement/infrastructure/ontology/OntologyTermRepository.java
+1-5
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,5 @@ public interface OntologyTermRepository extends
19
19
countQuery = "SELECT count(*) FROM ontology_classes WHERE MATCH(label) AGAINST(?1 IN BOOLEAN MODE) AND ontology in (?2);",
Copy file name to clipboardexpand all lines: project-management-infrastructure/src/main/java/life/qbic/projectmanagement/infrastructure/ontology/OntologyTermRepositoryImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public OntologyTermRepositoryImpl(QbicOntologyTermRepo ontologyTermRepo) {
Copy file name to clipboardexpand all lines: project-management-infrastructure/src/main/java/life/qbic/projectmanagement/infrastructure/ontology/QbicOntologyTermRepo.java
Copy file name to clipboardexpand all lines: project-management/src/main/java/life/qbic/projectmanagement/application/OntologyTermInformationService.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public List<OntologyClassEntity> queryOntologyTerm(String termFilter, List<Strin
Copy file name to clipboardexpand all lines: project-management/src/main/java/life/qbic/projectmanagement/application/batch/BatchRegistrationService.java
+16-1
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,21 @@ public Result<BatchId, ResponseCode> addSampleToBatch(SampleId sampleId, BatchId
0 commit comments