JPA Inheritance Strategies
Relational databases have tables and columns and object-oriented programming languages have classes and fields but they also provide inheritance.
Should you use Enums with JPA?
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: @Enumerated private Color color; An enum can be mapped as an integer or a string but mapping of enums [...]
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.
Software Application Legacy-Systeme funktionieren… bis sie es nicht mehr tun
Es scheint, als gäbe es jede Woche eine neue elektronische Sicherheitsbedrohung, über die man sich Sorgen machen muss. Immer häufiger zielen die grössten Bedrohungen auf Unternehmen ab, die ihre Systeme nicht aktuell halten – die einfachsten Ziele für Hacker, um eigene Vorteile zu erlangen. Ein Legacy-System ist an sich keine schlechte Sache. Es ist per [...]


