Here in this article, I am going to explain how to match/map Enum in Hibernate with MySQL data type. Enum can be mapped to a TINYINT but there is a catch here. First, let us see how we can map Enum to TINYINT. First Define Enum Define Enum type in hibernate entity This will map […]