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
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