Storing Enums in the Database: @Enumerated, Postgres Enum Types, and Lookup Tables
How to persist enums with JPA — @Enumerated ORDINAL vs STRING, why ordinal is a footgun, mapping a real Postgres...
Continue ReadingBrowse all posts by topic
How to persist enums with JPA — @Enumerated ORDINAL vs STRING, why ordinal is a footgun, mapping a real Postgres...
Continue ReadingHow to build a reliable async task execution engine on top of PostgreSQL and Spring Boot — from a basic...
Continue Reading