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 current data_access module is built with a lot of custom database query building content. While this is a tightly controlled model of database access, I feel like this interface could be handed over to a JTA provider for better longterm support.
The text was updated successfully, but these errors were encountered:
I'm interested in looking into this. I've done some research on the goal end state, and it looks like for each instance of embedded RESOURCE_LOCAL entity managers we want to switch to a JTA model (Container injects the entity manager)?
Ideal State
The current data_access module is built with a lot of custom database query building content. While this is a tightly controlled model of database access, I feel like this interface could be handed over to a JTA provider for better longterm support.
The text was updated successfully, but these errors were encountered: