In my project i have annotated entities with @Table(name=“UPPERCASE_TABLE_NAME”).
When i using this entity via hibernate on oracle dasasource validation sucess - in my oracle database name in uppercase.
When i use same entity via postgresql9.6 i catch exceprion -
in my psql dstsbase table name in lowercase.
org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: missing table. But table exists in schema.
How can i configure sessionfactory to support uppercase names with postgresql?