'"Cannot determine value type from string" - Hibernate with MariaDB

I am getting the below exception, when trying to fetch a value/s from a specific table. In the below case, I tried to fetch a record with id: 1. I am using Spring Boot with Hibernate and MariaDB. I am using annotation configuration for Hibernate.

Model: The User Class

Exception: Exception



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source