79119481

Date: 2024-10-23 19:44:35
Score: 1.5
Natty:
Report link

Can it be not native query?

Something like:

 @Query(value = "SELECT new your.package.SigningKey(sk.publicKey, sk.protocolVersion, sk.expirationDate " +
                "FROM signing_keys sk")
  List<SigningKey> getPublicKeys();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can it
  • High reputation (-1):
Posted by: olyv