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

Fixing DefaultEntityManager put and remove method #540

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

manu1887
Copy link

Entities inserted or updated via the put(T entity) method don't get persisted through a commit after multiple operations if autocommit is set to false.
Entities removed via the remove(T entity) method don't get deleted through a commit after multiple operations if autocommit is set to false.

Entities inserted or updated via the put(T entity) method don't get persisted through a commit after multiple operations if autocommit is set to false.
Entities removed via the remove(T entity) method don't get deleted through a commit after multiple operations if autocommit is set to false.
@manu1887 manu1887 changed the title Fixing DefaultEntityManager put method Fixing DefaultEntityManager put and remove method Oct 16, 2014
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.

1 participant