Pitfalls and practical Use-Cases: Toplink, Hibernate, Eclipse Link, Ibatis ...
- by Martin K.
I worked a lot with Hibernate as my JPA implementation. In most cases it works fine! But I have also seen a lot of pitfalls:
Remoting with persisted Objects is difficult, because Hibernate replaces the Java collections with its own collection implementation. So the every client must have the Hibernate .jar libraries. You have to take care on…