Spring data generates repositories classes automatically using a provided factory.
Such repositories are spring beans and can be autowired.
I didn't find any informations about the scope assignet to such beans.
Could someone provide an information about that or a way to find it ?
Is it possible to change such scope ?
Tks
Tullio