Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在查看声明了注释驱动的 spring 事务的代码,@Repository使用HibernateOperations该类注释的 DAO - 但在任何@Transactional地方都没有注释,tx:advice在 xml 文件中也没有。
@Repository
HibernateOperations
@Transactional
tx:advice
如果您实际上没有用 注释,会发生什么@Transactional?