cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

wurangbo
Node
since ‎12-09-2019
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi guys, I want to map query result to a polo object, In SDN4, I can use annotation @QueryResult . But in SDN6, how to ? Repository public interface DeviceNodeRepository extends Neo4jRepository<DeviceNode, Long> { Query("MATCH (a:DeviceNode)-[...
Hi guys, Using SDN4, I can save nodes(using NodeEntity) and relationships( using RelationshipEntity). When I upgraded to SDN46, I can only save nodes(using Node), How can Ioperate the relationship alone?