# # Hibernate, Relational Persistence for Idiomatic Java # # License: GNU Lesser General Public License (LGPL), version 2.1 or later. # See the lgpl.txt file in the root directory or . # hibernate.dialect org.hibernate.dialect.HANADialect hibernate.connection.driver_class com.sap.db.jdbc.Driver hibernate.connection.url jdbc:sap://localhost:39015/ hibernate.connection.username HIBERNATE_TEST hibernate.connection.password H1bernate_test hibernate.connection.pool_size 5 hibernate.show_sql false hibernate.format_sql true hibernate.max_fetch_depth 5 hibernate.cache.region_prefix hibernate.test hibernate.cache.region.factory_class org.hibernate.testing.cache.CachingRegionFactory jakarta.persistence.validation.mode=NONE hibernate.service.allow_crawling=false hibernate.session.events.log=true