Skip to content

Latest commit

 

History

History

HibernateSpringBootEnumPostgreSQLHibernateTypes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

How To Map Java enum To PostgreSQL enum Type Via Hibernate Types Library

Description: This application maps a Java enum type to PostgreSQL enum type via Hibernate Types library.

Key points:

  • install Hibernate Types library via pom.xml
  • use @TypeDef to specify the needed type class
  • annotate the corresponding entity field with @Type

If you need a deep dive into the performance recipes exposed in this repository then I am sure that you will love my book "Spring Boot Persistence Best Practices"If you need a hand of tips and illustrations of 100+ Java persistence performance issues then "Java Persistence Performance Illustrated Guide" is for you.