Hi!
Is there a way to execute some code right after a hibernate session is created? My problem is that i have to call a stored procedure (one-time per session) before any create/update statement is executed. Else my create/update statements won't work.
Thanks in advance for any help!


Reply With Quote