0

Can JPA 2.1 be used in EE 5 servers? I want to benefit the option of calling stored procedure capability. Iknow JPA can be used in a stand alone but i woder if this will has any affect on transactions management when used as a managed entity manager by the server as the specs specify that only JPA 1 which must be supported

1 Answers1

0

JSR 338: JavaTM Persistence 2.1 support is available starting from Java EE 7

Java EE 7 application servers could be found on official Oracle site

Sergii Shevchyk
  • 38,716
  • 12
  • 50
  • 61