Hibernate, iBatis, Java EE or other Java ORM tool

前端 未结 12 2137
無奈伤痛
無奈伤痛 2020-11-27 09:35

We\'re in the process of planning a large, enterprise application. We\'re focusing our efforts on evaluating hibernate after experiencing the pains of J2EE.

It looks

12条回答
  •  抹茶落季
    2020-11-27 10:14

    I'd suggest going with JPA and depending (heavily!) on the duration/scope of your project you might as well look into JPA2, for it provides some of the missing features of JPA (a very nice Query API for example).

提交回复
热议问题