You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The soon-to-be-available JPA/JTA support does not have any support currently for any kind of persistence context propagation (all EntityManagers are effectively @Dependent-scoped). It needs to in order to be fully compliant with the spirit of container-managed JPA.
The text was updated successfully, but these errors were encountered:
Provides support for appropriate combinations of transaction-scoped, extended, synchronized and unsynchronized persistence contexts in the larger service of providing CDI-provider-independent JPA support for Helidon MP.
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
The soon-to-be-available JPA/JTA support does not have any support currently for any kind of persistence context propagation (all
EntityManager
s are effectively@Dependent
-scoped). It needs to in order to be fully compliant with the spirit of container-managed JPA.The text was updated successfully, but these errors were encountered: