# # 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.H2Dialect hibernate.connection.driver_class org.h2.Driver hibernate.connection.url jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=10000 hibernate.connection.username sa hibernate.connection.password hibernate.connection.pool_size 5 hibernate.format_sql true hibernate.max_fetch_depth 5 hibernate.generate_statistics true hibernate.service.allow_crawling=false