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.
为什么没有调用 hibernate.cfg.xml 中的监听器?
可能的原因是什么?这是一个 Tomcat 应用程序。
我确定我有一个名为 xxx.NotificationEventListener 的类
<event type="post-insert"> <listener class="xxx.NotificationEventListener" /> </event>
...
这是因为项目已经升级到 Hibernate 4,不再处理<event>元素。
<event>