79124360

Date: 2024-10-25 05:33:50
Score: 0.5
Natty:
Report link

Pass param like below

@Query(value = "SELECT * FROM signing_keys WHERE public_key = :publicKey", nativeQuery = true)
List<SigningKeysEnt> findByPublicKey(@Param("publicKey") String publicKey);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Brijesh