Hi all,
I try to work around the fact that a
Code:
@NotFound(action = NotFoundAction.IGNORE)
makes an association eager (see
HHH-2753), and wondered if a custom EntityNotFoundDelegate might be a solution.
I debugged through Ejb3Configuration and friends, but couldn't find a way to replace the default Ejb3EntityNotFoundDelegate.
Can anyone point me to an example on how to employ a custom org.hibernate.proxy.EntityNotFoundDelegate?
regards,
Karl
Hibernate version:
3.2.4.sp1.cp03 (JBoss EAP 4.3.0.GA_CP01)