gpt4 book ai didi

spring - Neo4j 的只读事务

转载 作者:行者123 更新时间:2023-12-01 15:30:44 43 4
gpt4 key购买 nike

将 Spring @Transactional(readOnly = true) 与 Neo4j/Neo4j Spring Data 一起使用有什么好处吗?我是否应该将只读事务标记为 @Transactional(readOnly = true)

最佳答案

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

As of SDN 4.2 you can also define read only transactions.

You can start a read only transaction by marking a class or method with @Transactional(readOnly=true).

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

关于spring - Neo4j 的只读事务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31947967/

43 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com