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

Drop EntityManagerAware behavior from default ORM behaviors #6721

Open
Ocramius opened this issue Sep 23, 2017 · 1 comment
Open

Drop EntityManagerAware behavior from default ORM behaviors #6721

Ocramius opened this issue Sep 23, 2017 · 1 comment

Comments

@Ocramius
Copy link
Member

Since ORM 2.5, we have safe postLoad semantics for entity listeners that add further information to loaded entities. Because of that, the EntityManagerAware details within the UnitOfWork should probably be delegated to userland, and the interface should be dropped from ORM core.

@Ocramius
Copy link
Member Author

Note: migration guide should accompany an implementation patch.

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

No branches or pull requests

1 participant