📅  最后修改于: 2022-03-11 14:45:05.369000             🧑  作者: Mango
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