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
Original report by Nicolas Desaleux (Bitbucket: [Nicolas Desaleux](https://bitbucket.org/Nicolas Desaleux), ).
When calling a repository with method get, you can use an array like
#!php ['databaseColumnName1' => 'value1', 'databaseColumnName2' => 'value2'].
Keys were column name from database.
When calling a repository with method like getOneBy, you can use an array like
#!php ['propertyName1' => 'value1', 'propertyName2' => 'value2'].
Keys were name given into Metadata description.
I think you can call indifferently get & getOneBy with same parameters when using primary key.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original report by Nicolas Desaleux (Bitbucket: [Nicolas Desaleux](https://bitbucket.org/Nicolas Desaleux), ).
When calling a repository with method get, you can use an array like
Keys were column name from database.
When calling a repository with method like getOneBy, you can use an array like
Keys were name given into Metadata description.
I think you can call indifferently get & getOneBy with same parameters when using primary key.
The text was updated successfully, but these errors were encountered: