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
DATAGRAPH-1286 - Support generated ids in derived finder methods.
This introduces NativeIdFilterFunction that is applied when a derived finder method hits a native id property.
This is a backport of c0050a1 into 5.1.x that closes#1792.
Copy file name to clipboardExpand all lines: spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/FilterBuildersDefinition.java
Copy file name to clipboardExpand all lines: spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/TemplatedQueryCreator.java
Copy file name to clipboardExpand all lines: spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/filter/PropertyComparisonBuilder.java
+8-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,14 @@ public List<Filter> build(Stack<Object> params) {
0 commit comments