Java Persistence API


There are of course many ways to access a database resource, and plenty of places are still using JDBC. In fact, I'm sure that there are some good arguments for why certain things are easier to do in JDBC. But it can be said that the industry as a whole is moving towards Object Relational Mapping (ORM) Tools.

If you work in the Java world there is even a sense of consolidation in the ORM space these days with JPA (the Java Persistence API).

Sure if you are working strictly with JPA it is a bit more limiting then working directly with Hibernate, iBatis, or TopLink - but you no longer worry that you have made a critical misstep in your architecture by tying yourself do a particular ORM implementation.

Digg this

Theme provided by Danetsoft under GPL license from Danang Probo Sayekti