konto usunięte

Temat: JdoTemplate i JpaTemplate - Deprecated

Cześć,
wie ktoś może dlaczego klasy JdoTemplate i JpaTemplate są teraz (Spring 3.1) odradzane?
Pamiętam jak autorzy springa byli dumni z klasy JdoTemplate i bliźniaczych w książce SpringFramework 1.2, głównie z powodu tłumaczenia wyjątków na Runtime. Wiem że to samo można osiągnąć za pomocą aspektów, ale po co skoro klasa JdoTemplate jest już napisana i można jej używać.
Łukasz D.

Łukasz D. Software Developer,
DevOps Fan

Temat: JdoTemplate i JpaTemplate - Deprecated

http://static.springsource.org/spring/docs/3.1.x/javad...

Deprecated. as of Spring 3.1, in favor of native EntityManager usage (typically obtained through @PersistenceContext) Note that this class did not get upgraded to JPA 2.0 and never will.


NOTE: JpaTemplate mainly exists as a sibling of JdoTemplate and HibernateTemplate, offering the same style for people used to it. For newly started projects, consider adopting the standard JPA style of coding data access objects instead, based on a "shared EntityManager" reference injected via a Spring bean definition or the JPA PersistenceContext annotation.

konto usunięte

Temat: JdoTemplate i JpaTemplate - Deprecated

Tak, czytałem dokumentacje chociaż informacja o nie wspieraniu JPA 2.0 mi umknęła. Może dlatego że skupiłem się na JdoTemplate. Niestety to nie tłumaczy dlaczego zdecydowali się z rozwijania tych klas.
Łukasz D.

Łukasz D. Software Developer,
DevOps Fan

Temat: JdoTemplate i JpaTemplate - Deprecated

Widocznie nie mają chęci/zasobów rozwijać dwóch sposobów integracji z JPA, promują standard czyli EntityManagera



Wyślij zaproszenie do