views:

209

answers:

4

Any ORM tools available for java other than Hibernate, with high scalability.

+3  A: 

I like iBATIS.

A: 

Have you tried Wikipedia?

+1  A: 

Take a look at EclipseLink JPA or JPOX, to name but two.

Brian Agnew
A: 

Ebean ORM

Session-less API ... makes it easier to use and understand when compared with JPA and Hibernate.

Rob