📜  @transactional 注释 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:05.369000             🧑  作者: Mango

代码示例1
At a high level, Spring creates proxies for all the classes annotated with @Transactional – either on the class or on any of the methods. The proxy allows the framework to inject transactional logic before and after the running method – mainly for starting and committing the transaction