与Neo4j的只读事务

时间:2015-08-11 17:12:42

标签: spring neo4j cypher spring-data-neo4j

使用Spring @Transactional(readOnly = true)和Neo4j / Neo4j Spring数据有什么好处?我应该将只读事务标记为@Transactional(readOnly = true)吗?

1 个答案:

答案 0 :(得分:1)

自SDN 4.2(撰写本文时为4.2.RC1)以来,您可以使用只读事务。

  

从SDN 4.2起,您还可以定义只读事务。

     

您可以通过使用@Transactional(readOnly = true)标记类或方法来启动只读事务。

http://docs.spring.io/spring-data/data-neo4j/docs/4.2.x/reference/html/#_read_only_transactions