5.4.12.Final on Eclipse IDE and Database Oracle

when i try to create tables through hibernate or make a query, both the creation and the query is occurring with double quotes between the tables and columns as shown in the image above.

to explain in words what I am showing, the correct thing would be:
SELECT COLUMN FROM TABLE, however select “column” from “table” is taking place, that is, in addition to double quotation marks being added, the query is still in lower case letters.

Is there already a fix available or is my code missing some details?