Can JPA used with EE 5 servers

165 Views Asked by At

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

There are 1 best solutions below

0
On

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