Posts by tglima • 1 point
1 post
-
-1
votes1
answer60
viewsQ: Configure JPA to recognize uppercase Postgresql entities and tables
Recently I am working in a project that uses as DBMS Postgresql. In the database all tables and columns are in "UPPERCASE". Example: CUSTOMER - ID_CUSTOMER - NAME - DESC When it comes to mapping…