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
Hi,
Reviewing the documentation about the project, I didn´t find the section about projections: https://docs.spring.io/spring-data/jdbc/docs/current/reference/html/#projections
In the other hand, the documention has an example but it is not related with Spring Data JDBC: https://github.com/spring-projects/spring-data-examples/tree/main/web/projection
Many thanks in advance
Juan Antonio
The text was updated successfully, but these errors were encountered:
Comparing the documentation with the docs about Spring Data JPA, I found the missing section: https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#projections
Spring Data JPA
Where is the source code about docs, I could send a PR from Spring Data JPA to Spring Data JDBC
Spring Data JDBC
Sorry, something went wrong.
The reason projections aren't documented is because Spring Data JDBC doesn't support projections yet. That will be done with #971
Many thanks for the answer.
mp911de
No branches or pull requests
Hi,
Reviewing the documentation about the project, I didn´t find the section about projections:
https://docs.spring.io/spring-data/jdbc/docs/current/reference/html/#projections
In the other hand, the documention has an example but it is not related with Spring Data JDBC:
https://github.com/spring-projects/spring-data-examples/tree/main/web/projection
Many thanks in advance
Juan Antonio
The text was updated successfully, but these errors were encountered: