Results 1 to 1 of 1

Thread: Neo4j float data mapping

  1. #1
    Join Date
    Feb 2013
    Posts
    4

    Default Neo4j float data mapping

    I've a @NodeEntity annotated class with a float field. When I fetch objects from Neo4j, either by direct lookup on the repository or issuing a Cypher query, the float fields always contain the value 0, whereas nodes on the database contain different values, I've checked it using the Neo4j dashboard.
    I've also annotated the field with @Fetch, same results.
    Is this a known Spring Data Neo4j issue?
    Last edited by remigio; Feb 22nd, 2013 at 03:54 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •