* JAVA-20163 Migration hibernate-annotations * JAVA-20163 Migrate hibernate-queries * JAVA-20163 Migrating hibernate-mapping * JAVA-20163 rename reserved keywords, update inheritance example * JAVA-20163 Migrate hibernate-ogm module to the jdk 8 because hibernate-ogm doesn't support jakarta API * JAVA-20163 Migrate hibernate-enterprise module * JAVA-20163 Add update to HibernateExceptionUnitTest#whenQueryExecutedWithUnmappedEntity_thenMappingException * JAVA-20163 Set explicit version for hibernate 6.1.7.Final in the hibernate-queries module * JAVA-20163 Fix failed test with port that already exists (giving another port 8088) * JAVA-20163 Fix other location after changing the port * JAVA-20163 Remove duplicate Unit Test --------- Co-authored-by: n <noreplay@yahoo.com> Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
15 lines
430 B
INI
15 lines
430 B
INI
hibernate.connection.driver_class=org.h2.Driver
|
|
hibernate.connection.url=jdbc:h2:mem:myexceptiondb1;DB_CLOSE_DELAY=-1
|
|
hibernate.connection.username=sa
|
|
hibernate.connection.autocommit=true
|
|
jdbc.password=
|
|
|
|
hibernate.dialect=org.hibernate.dialect.H2Dialect
|
|
hibernate.show_sql=true
|
|
hibernate.hbm2ddl.auto=create-drop
|
|
|
|
hibernate.c3p0.min_size=5
|
|
hibernate.c3p0.max_size=20
|
|
hibernate.c3p0.acquire_increment=5
|
|
hibernate.c3p0.timeout=1800
|