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

DDC-3441: Unidirectional ManyToOne Not Lazy Loading #4249

Open
doctrinebot opened this issue Dec 9, 2014 · 7 comments
Open

DDC-3441: Unidirectional ManyToOne Not Lazy Loading #4249

doctrinebot opened this issue Dec 9, 2014 · 7 comments
Assignees
Labels

Comments

@doctrinebot
Copy link

Jira issue originally created by user mbright:

The Unidirectional ManyToOne association described in the docs does not lazy load correctly. The appropriate SQL will get executed, and the returned Proxy does pass type hinting for the correct class. However, the lazy loaded object always has the following properties:

  • *_initializer_*
  • *_cloner_*
  • *_isInitialized_*
  • lazyPropertiesDefaults

Any properties from the class definition do not show up. This is problematic when trying to get reflected properties and their values. Methods are correctly reflected.

Pull request for failing test case

@doctrinebot
Copy link
Author

@doctrinebot
Copy link
Author

Comment created by mbright:

Let me know if anything else is needed.

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1217] was assigned:
#1217

@doctrinebot
Copy link
Author

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1217] was labeled:
#1217

1 similar comment
@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1217] was labeled:
#1217

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-1217] was closed:
#1217

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

No branches or pull requests

2 participants