JPA is not good enough

Posted by Cristiano Sanchez on Stack Overflow See other posts from Stack Overflow or by Cristiano Sanchez
Published on 2008-09-19T18:11:40Z Indexed on 2010/05/28 11:31 UTC
Read the original article Hit count: 323

Filed under:
|
|

Working in a medium size project during last 4 months - we are using JPA and Spring - I'm quite sure that JPA is not powerfull for projects that requires more than CRUD screen... Query interface is poor, Hibernate doesn't respect JPA spec all the time and lot of times I need to use hibernate classes, annotations and config. What do you guys think about JPA? Is it not good enough?

© Stack Overflow or respective owner

Related posts about java

Related posts about hibernate