Neo4J and timestamps -


i need information node's creation & last modification dates...

is there way automatically handle created , updated properties node?

hibernate offers @version updated field. there similar node4j.

i found http://neo4j.rubyforge.org/classes/neo4j/rails/timestamps.html seems available ruby.

you can use annotations form spring-data-commons library. use @createddate , @lastmodifieddate on properties of type long. make sure you're using simple mapping mode. now, advanced mapping mode not support this, see datagraph-335.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -