Tagged Questions
4
votes
1answer
2k views
JPA native query for LONGTEXT field in a MySQL view results in error
I have the following JPA SqlResultSetMapping:
@SqlResultSetMappings({
@SqlResultSetMapping(name="GroupParticipantDTO",
columns={
@ColumnResult(name="gpId"),
...