java-tutorials/hibernate5/src/test/resources/hibernate-pessimistic-locking.properties
Patryk Kucharz c0c319b13f BAEL-1713: Pessimistic Locking in JPA
Tests for the article.
2018-05-10 15:29:07 +02:00

8 lines
316 B
INI

hibernate.connection.driver_class=org.h2.Driver
hibernate.connection.url=jdbc:h2:mem:mydb1;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=100;MVCC=FALSE
hibernate.connection.username=sa
hibernate.connection.autocommit=true
hibernate.dialect=org.hibernate.dialect.H2Dialect
hibernate.show_sql=true
hibernate.hbm2ddl.auto=create-drop