27 lines
885 B
Properties
27 lines
885 B
Properties
#
|
|
# 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.test.new_metadata_mappings = true
|
|
hibernate.dialect org.hibernate.spatial.dialect.db2.DB2SpatialDialect
|
|
hibernate.connection.driver_class com.ibm.db2.jcc.DB2Driver
|
|
hibernate.connection.url jdbc:db2://localhost:50000/hibern8
|
|
hibernate.connection.username db2inst1
|
|
hibernate.connection.password password
|
|
|
|
|
|
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
|
|
|
|
## Ensures that all geometries that are retrieved are in WGS84
|
|
hibernate.spatial.db2.srid 4326 |