79313175

Date: 2024-12-28 03:36:30
Score: 2
Natty:
Report link

If you are using JPA repositories just add @Transactional(Transactional.TxType.REQUIRES_NEW) to "SELECT" methods from JpaRepository interface

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lucas Amaral