79457167

Date: 2025-02-21 11:14:11
Score: 0.5
Natty:
Report link

If you are using JpaRepository interface, than the following is also possible:

@Query(value = "SELECT * FROM get_actor_by_id(?1)", nativeQuery = true)
Actor getActorByCallingFunction(final Integer id);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Munish Dhiman