This is just a small code snippet demonstrating the preview of the new Records in Java 14.
Once published as a non-preview feature, Records will save us a lot of boilerplate-code.
Update: A Java Record is not suitable to be used as a JPA or Hibernate entity..