Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read-only transaction mode #84

Open
ledsoft opened this issue Feb 26, 2021 · 0 comments
Open

Read-only transaction mode #84

ledsoft opened this issue Feb 26, 2021 · 0 comments
Labels

Comments

@ledsoft
Copy link
Contributor

ledsoft commented Feb 26, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant