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 @beberlei:
This issue is created automatically through a Github pull request on behalf of {username}:
Url: #293
Message:
Hello
http://www.doctrine-project.org/jira/browse/[DDC-1663](http://www.doctrine-project.org/jira/browse/DDC-1663)
This patch adds support for native query mapping This is not complete yet but a would like to get your sugestions about this.
The following annotations have been added :
@NamedNativeQuery : Is used to specify a native SQL named query.
@NamedNativeQuery
@SqlResultSetMapping: Is used to specify the mapping of the result of a native SQL query.
@SqlResultSetMapping
@EntityResult: References an entity in the SELECT clause of a SQL query.
@EntityResult
@FieldResult: Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class.
@FieldResult
@ColumnResult : References name of a column in the SELECT clause of a SQL query. (scalar values)
@ColumnResult
It is a very big feature so any suggestion are welcome. :)
Thanks
The text was updated successfully, but these errors were encountered:
Comment created by @beberlei:
DDC-1663 duplicate
Sorry, something went wrong.
Issue was closed with resolution "Duplicate"
A related Github Pull-Request [GH-293] was #293
Comment created by @doctrinebot:
A related Github Pull-Request [GH-293] was closed: doctrine/dbal#293
beberlei
No branches or pull requests
Jira issue originally created by user @beberlei:
This issue is created automatically through a Github pull request on behalf of {username}:
Url: #293
Message:
Hello
http://www.doctrine-project.org/jira/browse/[DDC-1663](http://www.doctrine-project.org/jira/browse/DDC-1663)
This patch adds support for native query mapping
This is not complete yet but a would like to get your sugestions about this.
The following annotations have been added :
@NamedNativeQuery
: Is used to specify a native SQL named query.@SqlResultSetMapping
: Is used to specify the mapping of the result of a native SQL query.@EntityResult
: References an entity in the SELECT clause of a SQL query.@FieldResult
: Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class.@ColumnResult
: References name of a column in the SELECT clause of a SQL query. (scalar values)It is a very big feature so any suggestion are welcome. :)
Thanks
The text was updated successfully, but these errors were encountered: