| I am running hibernate version 5.2.16 and testing my new code. I have MySQL DB, created database tables on SQL server. When I try to test my application by inserting records on to mysql DB thru Hibernate, it seems its always trying to create smaller case table names. Even with @Table & @JoinTable annotations I have mentioned table names in upper case letters. Please find attached console output and program for the same |