[! [Таблица 1] [1]] [1]
[! [Таблица 2] [2]] [2]
Я хочу объединить две таблицы выше с partyid и получить пользовательские данные table1 (id, name, company, partyid)
и сопоставить с сущностью table1, возможно ли использовать JPA?
Я получаю ниже исключения, когда он запускается
Failed to convert from type [java.lang.Object[]] to type [com.test.entity.table1]
nested exception is org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.Long] to type [com.test.entity.table1] ```
Can anyone answer this question, please?
Thanks in advance.
[1]: https://i.stack.imgur.com/Rs78C.png
[2]: https://i.stack.imgur.com/e8zij.png