Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

JPA's findAll method retrieves all the data in a table without specifying any columns. Therefore, it cannot retrieve the current column as it is not specified in the query. If you want to retrieve a specific column, you need to use a select query that specifies the column you want to retrieve.