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: jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryParser.java
+18-42Lines changed: 18 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
2
+
* Copyright (c) 2022,2025 Contributors to the Eclipse Foundation
3
3
* All rights reserved. This program and the accompanying materials
4
4
* are made available under the terms of the Eclipse Public License v1.0
5
5
* and Apache License v2.0 which accompanies this distribution.
@@ -95,10 +95,7 @@ public void exitSelectStart(MethodParser.SelectStartContext ctx) {
Copy file name to clipboardExpand all lines: jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/AnnotationOperation.java
Copy file name to clipboardExpand all lines: jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/CustomRepositoryHandler.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -294,7 +294,6 @@ private record RepositoryMetadata(Class<?> typeClass, Optional<EntityMetadata> m
Copy file name to clipboardExpand all lines: jnosql-mapping/jnosql-mapping-semistructured/src/test/java/org/eclipse/jnosql/mapping/semistructured/query/CustomRepositoryHandlerTest.java
0 commit comments