We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Jira issue originally created by user @Ocramius:
All of the ORM/ODM projects currently rely on bi-directional mapping of:
Hibernate ORM seems to abstract this logic with a Property and a Column abstractions, each being a visitable DSL ( accept($value, $orm) , or similar).
Property
Column
accept($value, $orm)
This sort of DSL would be:
We could need a mapping component that allows mapping any map-alike data-structure to any php object graph.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
guilhermeblanco
No branches or pull requests
Jira issue originally created by user @Ocramius:
All of the ORM/ODM projects currently rely on bi-directional mapping of:
... and more
Hibernate ORM seems to abstract this logic with a
Property
and aColumn
abstractions, each being a visitable DSL (accept($value, $orm)
, or similar).This sort of DSL would be:
We could need a mapping component that allows mapping any map-alike data-structure to any php object graph.
The text was updated successfully, but these errors were encountered: