Hibernate @PostLoad永远不会被调用 [英] Hibernate @PostLoad never gets invoked

查看:116
本文介绍了Hibernate @PostLoad永远不会被调用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

看了很多论坛,但还没有找到答案...简单的东西,用@PostLoad注释的方法永远不会被调用...通过@EntityListeners添加了监听器,但问题仍然存在。我使用基于SessionFactory的配置。

解决方案

EJB3 @PostLoad 当使用基于 SessionFactory 的配置时,注释不起作用,后加载方法将永远不会被调用。 使用Hibernate的拦截器或事件 EntityManager 的配置。


Looked at many forums but haven't found answer...Simple stuff, method annotated with @PostLoad never gets invoked...added listener via @EntityListeners but problem remains. I'm using SessionFactory based configuration.

解决方案

The EJB3 @PostLoad annotation doesn’t work when using a SessionFactory based configuration, the post-load method will never get called.

Either use Hibernate's Interceptors or events or an EntityManager based configuration.

这篇关于Hibernate @PostLoad永远不会被调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆