Nuacht

JPA and Hibernate enum mapping The Java enum, introduced in Java 5, will map to the underlying database without any intervention. The JPA framework, be it Hibernate or Toplink or DataNucleus, will ...
The ability to switch an implementation class used during testing, as opposed to development or deployment, is particularly useful. Spring @Profile annotation example Consider a simple example of ...