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

Fix delete when entity class implements serializable interface #147

Merged
merged 2 commits into from
Feb 7, 2017

Conversation

hectorespert
Copy link
Contributor

In CrudRepository when it try to delete a entity that implements serializable interface, the delete function by key is called and the entity isn't found.

@coveralls
Copy link

coveralls commented Feb 5, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 46a437c on peertopark:serialize into 32677ce on mmnaseri:development.

@mmnaseri mmnaseri merged commit 23363d2 into mmnaseri:development Feb 7, 2017
@hectorespert hectorespert deleted the serialize branch February 7, 2017 21:46
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.

None yet

4 participants