Joined: Wed Apr 06, 2011 4:56 am Posts: 3
|
Hi!
We have migrated our project and are now using Hibernate 4.0.1 Final (which comes with JBoss AS 7.1 Final)
Our problem is, that we have implemented our own version of the HibernatePersistence class (because we had to overwrite the EntityNotFoundDelegate and had to change one of the event listeners). Unfortunately in Hibernate 4 the class EJB3Configuration does not offer the method getEventListeners() anymore. Could anybody give me a little example on how to access the event listeners? Or is this not possible in the HibernatePersistence class anymore?
Thanks!!
|
|