Type Safe SQL in Java with jOOQ
Development
en
No matter if you are using frameworks like JPA, MyBatis or Spring Data JDBC you always end up declaring the SQL statements as a Java String.
JPA Inheritance Strategies
Development
en
Relational databases have tables and columns and object-oriented programming languages have classes and fields but they also provide inheritance.
JPA Enums: Mapping Strategies and Trade-Offs
Development
en
With JPA it’s possible to map Java enums to columns in a database table using the Enumerated annotation.