forked from nuodb/hibernate-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hibernate.properties
28 lines (21 loc) · 891 Bytes
/
hibernate.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# 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 <http://www.gnu.org/licenses/lgpl-2.1.html>.
#
hibernate.dialect com.nuodb.hibernate.NuoDBDialect
hibernate.connection.driver_class com.nuodb.hibernate.NuoHibernateDriver
hibernate.connection.url jdbc:com.nuodb.hib://localhost/testdb
hibernate.connection.username dba
hibernate.connection.password dba
hibernate.connection.schema DBO
hibernate.connection.pool_size 5
hibernate.show_sql false
hibernate.format_sql true
hibernate.max_fetch_depth 5
hibernate.temp.use_jdbc_metadata_defaults false
hibernate.cache.region_prefix hibernate.test
hibernate.cache.region.factory_class org.hibernate.testing.cache.CachingRegionFactory
hibernate.service.allow_crawling=false
hibernate.session.events.log=true