79553339

Date: 2025-04-03 15:20:09
Score: 1
Natty:
Report link

From your problem, I think I have two main causes that might produce the IP address not properly converting, remaining an integer:


Query query = entityManager.createNativeQuery("SELECT INET_NTOA(ip) as address, port, nickname FROM printers", PrinterEntity.class);
List<PrinterEntity> printers = query.getResultList();
Reasons:
  • Blacklisted phrase (1): this document
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Grebla Andrei