Hi all,
I am new to Spring and hibernate. I have some complex operations at my service layer which requires transaction management from the service layer rather than at each DAOs. Please let me know how to do this.
Appu Chan.
Hi all,
I am new to Spring and hibernate. I have some complex operations at my service layer which requires transaction management from the service layer rather than at each DAOs. Please let me know how to do this.
Appu Chan.
Check out chapter 7 of the reference manual for more information.
Rob