I am using Spring JPA to perform all database operations. However I don’t know how to select specific columns from a table in Spring JPA?

For example:
SELECT projectId, projectName FROM projects

16 Answers
16

Leave a Reply

Your email address will not be published. Required fields are marked *