JPA 2.0 Criteria API with Maven and EclipseLink
For those of you who have followed the JPA 2.0 specification, you might have come across the new Criteria API. The main idea of this new API is to be able to write a JPQL query using an object-oriented way (through a rich API) instead of a String. For example, if you want to return the list of all customers who are called John, you … Continue reading JPA 2.0 Criteria API with Maven and EclipseLink