Hi all,
I'm going through the SAP HANA Cloud End-to-End-Development Scenarios and need some help on how to use Olingo + JPA.
The tutorial shows how to use Resource Local Persistence Units with Olingo.
I'd like to use JTA (and therefore Container Managed Transactions) with Olingo.
For instance, it would be great to inject an EntityManager into the
PersonsListServiceFactory, which extends ODataJPAServiceFactory
could that be done (e.g. through CDI)?
Thanks, regards
Vincenzo