You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2024. It is now read-only.
Hier sind die Code-Beispiele für die JPA-Schulung.
Es gibt vier Branches:
Branch
Beschreibung
Status
1-Basics
Übungen zum Setup und Mapping von Entities
2-Relations
Mapping von Relationen (@OneToMany, @ManyToMany...)
3-EntityManager
Speichern und Laden von Entities mit dem EntityManager
4-Validation
Integration von Bean-Validation in JPA
Die Branches enthalten fehlschlagende Tests -- das sind die Übungen.
Im folgenden Branch sind die Lösungen für die Übungen des vorherigen Branches enthalten.
Voraussetzungen
Die Beispiele sind für Maven 3.6 und Java 11 gebaut.