79120345

Date: 2024-10-24 04:24:54
Score: 0.5
Natty:
Report link

Use Optional

@Query(value = """
                SELECT .......                                                                                                           
        """, nativeQuery = true)
Optional<ProfileView> findByCustomerId(......);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Brijesh