Coffee Talk: Java, News, Stories and Opinions
Web databases and data-oriented design
-
ObjectOutputStream example: A Java object serialization tutorial
- TechTarget 13 Jun 2018 -
JPA and Hibernate enum mapping with annotations and the hbm.xml file
- TechTarget 13 Jun 2018
Java object serialization is a feature of the JDK that is far too often overlooked. When a developer puts together a prototype or cooks up a proof of concept, simply saving a serialized Java object ...
Ever since they were introduced in Java 5, enums have been catching developers off guard. How do you perform JPA and Hibernate enum mapping with annotations or even XML files? It's actually not ...