What I'd like to see in Java Persistence

Category: Java

1:38 AM, Wed, Feb 20 2008

In this post, I'm going to discuss the persistence aspects of EJB 3.0, and what I would like to see in EJB 3.1 or some future version. I love EJB 3 persistence but that doesn't mean I don't want more.

EJB 3.0 implements JSR 220. EJB 3.0 is an object-relational mapping (ORM) system for Java, combining features of Hibernate, JDO and TopLink ORM systems. The Java Community Process is working on defining the next features with JSR 318. Here are some ideas I would like to see:

That's my wishlist for now. None of these are big architectural changes. I'm sure that criteria queries are on their way. I hope the others will make it in also.