Spring Data
Spring Data is used to manage the persistence layer in Spring Boot applications. JPA (the specification) and Hibernate (the persistence provider) form the basis and are extended by custom functionalities. The following articles explain further interesting aspects during development.
Articles
-
» Generating the database schema in a Spring Boot application
-
» Generating JPA Entities from an existing SQL Script
-
» Best Practices for mapping entities to database tables
-
» Uppercase table names in Spring Boot
-
» Using MapStruct with Maven and Lombok
-
» How to handle UUID in MySQL with Hibernate
-
» Working with JSON type in Hibernate and Spring Boot