Hibernate configuration properties :-
hibernate.dialect : allows Hibernate to generate SQL optimized for a particular relational database.
hibernate.show_sql : Write all SQL statements to console.
hibernate.format_sql : Pretty print the SQL in the log and console.
hibernate.connection.autocommit : Enables autocommit for JDBC pooled connections (it is not recommended)