Skip to content

Fixing DefaultEntityManager put and remove method#540

Open
manu1887 wants to merge 2 commits into
Netflix:masterfrom
manu1887:master
Open

Fixing DefaultEntityManager put and remove method#540
manu1887 wants to merge 2 commits into
Netflix:masterfrom
manu1887:master

Conversation

@manu1887
Copy link
Copy Markdown

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