l3r8yJ / axio-test-task

2 stars 0 forks source link

Tx should be opened in service layer #17

Open h1alexbel opened 1 year ago

h1alexbel commented 1 year ago

In dao/repository you don't open your transaction, only reuse it. While in service layer open transactions

h1alexbel commented 1 year ago

I mean you open transaction in service, and in dao only reuse it using getCurrentSession