Hello
I'm building a dto with mysql data but I'm having trouble getting the
record of a LONGBLOB field, doing this:
byte[] lblobObsSaude = r.get(ALUNO.PSAUDEOBS);
if (lblobObsSaude != null) {
alunoDto.setObservacoesSaude(lblobObsSaude.toString());
}
Look how it's in my JSON "observacoesSaude" : "[B@138f5967",
Thanks
--
You received this message because you are subscribed to the Google Groups "jOOQ
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.