From 673f08ecb2ae8d3711a87463f7ba4b6376afc4b6 Mon Sep 17 00:00:00 2001
From: "Michael J. Simons"
* These attributes do not appear to be used/needed for SDN 4 to inter-operate correctly with SD-REST:
*
* These attributes do not appear to be used/needed for SDN 4 to inter-operate correctly with SD-REST:
*
- *
- * Consequently their associated getter methods always return default values of null or [true|false] However, because these
- * method calls are not expected, we also log a warning message if they get invoked
+ * Consequently their associated getter methods always return default values of null or [true|false] However, because
+ * these method calls are not expected, we also log a warning message if they get invoked
*
* @author Vince Bickers
* @author Adam George
@@ -42,33 +40,33 @@ import org.springframework.data.util.TypeInformation;
*/
public class Neo4jPersistentEntity@Relationship.
*
@Query.
*
@@ -64,12 +65,11 @@ public class GraphRepositoryQuery implements RepositoryQuery {
ResultProcessor processor = graphQueryMethod.getResultProcessor();
Object result = execute(returnType, concreteType, getQueryString(), params, accessor);
- return Result.class.equals(returnType) ? result :
- processor.withDynamicProjection(accessor).processResult(result);
+ return Result.class.equals(returnType) ? result : processor.withDynamicProjection(accessor).processResult(result);
}
protected Object execute(Class> returnType, Class> concreteType, String cypherQuery,
- Map