Criteria API

Good Lord, i’m happy to see this . Looks like the JPA2.0 EG will (finally) bring us a Criteria API.

Things i dislike in EJB3 – Named Query Annotations

Don’t get me wrong: i like annotations, i like JPA etc etc… But there are some things, that – at least – i don’t really get. One thing is using Named Queries realized with annotations, and here is why: As you already know, named queries are a good thing. Compared to the dynamic query creation [...]