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
As a user, I want to be able to open an EntityManager or start a transaction (whichever is more natural to implement) in a read-only mode.
This mode should ignore attempts to update managed entities and merge/remove entities (or throw an exception). Instead, it may provide better optimized data access for common read-only transactions done by applications (retrieval methods in Web applications in particular).
The text was updated successfully, but these errors were encountered:
As a user, I want to be able to open an
EntityManager
or start a transaction (whichever is more natural to implement) in a read-only mode.This mode should ignore attempts to update managed entities and merge/remove entities (or throw an exception). Instead, it may provide better optimized data access for common read-only transactions done by applications (retrieval methods in Web applications in particular).
The text was updated successfully, but these errors were encountered: