How to Map Enum Type to Column in Hibernate JPA
Code Java Code Java
50.7K subscribers
11,064 views
138

 Published On Oct 6, 2020

How to map an enumeration type (Enum) in Java to a Column in database with Hibernate/JPA with two cases:
- The column stores string values
- The column stores number values

To read the text-based version, go to https://www.codejava.net/frameworks/h...

show more

Share/Embed