2012-02-29 11:30:40 -05:00
|
|
|
#
|
|
|
|
# Hibernate, Relational Persistence for Idiomatic Java
|
|
|
|
#
|
2015-05-19 00:23:35 -04:00
|
|
|
# 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>.
|
2012-02-29 11:30:40 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
hibernate.dialect org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
|
2020-10-26 07:54:07 -04:00
|
|
|
hibernate.connection.driver_class oracle.jdbc.OracleDriver
|
2018-09-19 17:37:30 -04:00
|
|
|
hibernate.connection.url jdbc:oracle:thin:@localhost:1521:ORCLCDB
|
2016-03-17 16:42:19 -04:00
|
|
|
hibernate.connection.username C##hibernate
|
|
|
|
hibernate.connection.password hibernate
|
2012-02-29 11:30:40 -05:00
|
|
|
|
2013-08-16 13:46:28 -04:00
|
|
|
## uncommenting this will fail a unit test!!
|
|
|
|
#hibernate.spatial.ogc_strict false
|
|
|
|
|
2012-02-29 11:30:40 -05:00
|
|
|
hibernate.connection.pool_size 5
|
|
|
|
|
|
|
|
hibernate.show_sql true
|
|
|
|
hibernate.format_sql true
|
|
|
|
|
|
|
|
hibernate.max_fetch_depth 5
|
|
|
|
|
|
|
|
hibernate.cache.region_prefix hibernate.test
|
|
|
|
hibernate.cache.region.factory_class org.hibernate.testing.cache.CachingRegionFactory
|