Blog:

JPA Inheritance Strategies

Relational databases have tables and columns and object-oriented programming languages have classes and fields but they also provide inheritance.

Relational databases have tables and columns and object-oriented programming languages have classes and fields but they also provide inheritance......

22.05.2018

JPA Enums: Mapping Strategies and Trade-Offs

With JPA it’s possible to map Java enums to columns in a database table using the Enumerated annotation.

With JPA it’s possible to map Java enums to columns in a database table using the Enumerated annotation......

02.04.2018