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

[#876] Remove custom SharedEntityManagerCreator as it became unnecessary thanks to a good integration #877

Merged
merged 1 commit into from Oct 15, 2019

Conversation

beikov
Copy link
Member

@beikov beikov commented Oct 14, 2019

Description

Related Issue

Fixes #876

Motivation and Context

@@ -71,6 +71,7 @@
* @author Christian Beikov
* @since 1.2.0
*/
@Transactional(readOnly = true)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this sensible for updatable EV's?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the write operations have a normal transactional annotation

@beikov beikov merged commit e0814a6 into Blazebit:master Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove SharedEntityManagerCreator
2 participants