Add a configuration option in persistence.xml (hibernate.ejb.sessioninterceptor) that accepts a class name with a no-arg constructor. Use this as a per-Session interceptor.
Description
Add a configuration option in persistence.xml (hibernate.ejb.sessioninterceptor) that accepts a class name with a no-arg constructor. Use this as a per-Session interceptor.
Is it correct to remove a constructor parameter and eventually break code based on its previous version?
Or in my opinion can be good to place a note about this in the 3.3.2 release notes.
Fabio Gandola added a comment - 09/Jul/08 03:44 AM Is it correct to remove a constructor parameter and eventually break code based on its previous version?
Or in my opinion can be good to place a note about this in the 3.3.2 release notes.
Is it correct to remove a constructor parameter and eventually break code based on its previous version?
Or in my opinion can be good to place a note about this in the 3.3.2 release notes.