I use JPA for database access and annotated every column with the correct name. Now if I execute a query (e.g. findAll()) it returns
findAll()
Unknown co
As described in spring-boot-jpa-column-name-annotation-ignored, your column name is being converted to snake case.
Possible solutions: