News

JPA is the Java standard for data persistence, especially for relational systems. Here, we explore how Hibernate and JPA work together to make database processes easier.
Using Memcached with Hibernate in Java web applications However you slice it traditional caching requires performance trade-offs that some enterprise applications cannot afford.
At runtime, my Java Category instances should be loaded with the correct description for the user's language preference. UI Labels should certainly be cached between transactions. We could implement ...
Inheritance is a common pattern in object-oriented programming, but it’s not easily replicated in a database. This Java tip shows you how to model inheritance relationships in JPA with Hibernate ...