File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments