79115561

Date: 2024-10-22 19:59:12
Score: 0.5
Natty:
Report link

The Sort.by(Sort.Direction.DESC, "bId") method uses the expression bId. Spring Data JPA interprets it as a CamelCase path consisting of the b field in the object of class A and the id field of the object that b points to, which is the object of class B.

For more information, see the Spring Data JPA documentation.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrey Smelik