Skip to content

Commit bd2106d

Browse files
committed
HHH-12167 - Add matrix testing configuration for HANA database
1 parent 564ec55 commit bd2106d

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

databases/hana/matrix.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Hibernate, Relational Persistence for Idiomatic Java
3+
*
4+
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
5+
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
6+
*/
7+
jdbcDependency 'com.sap.db.jdbc:ngdbc:2.2.8'
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#
2+
# Hibernate, Relational Persistence for Idiomatic Java
3+
#
4+
# License: GNU Lesser General Public License (LGPL), version 2.1 or later.
5+
# See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
6+
#
7+
8+
hibernate.dialect org.hibernate.dialect.HANAColumnStoreDialect
9+
hibernate.connection.driver_class com.sap.db.jdbc.Driver
10+
hibernate.connection.url jdbc:sap://localhost:39015/
11+
hibernate.connection.username HIBERNATE_TEST
12+
hibernate.connection.password H1bernate_test
13+
14+
hibernate.connection.pool_size 5
15+
16+
hibernate.show_sql false
17+
hibernate.format_sql true
18+
19+
hibernate.max_fetch_depth 5
20+
21+
hibernate.cache.region_prefix hibernate.test
22+
hibernate.cache.region.factory_class org.hibernate.testing.cache.CachingRegionFactory
23+
24+
javax.persistence.validation.mode=NONE
25+
hibernate.service.allow_crawling=false
26+
hibernate.session.events.log=true

0 commit comments

Comments
 (0)