2012-01-19 17:49:52 -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-01-19 17:49:52 -05:00
|
|
|
#
|
|
|
|
|
2012-02-29 11:30:40 -05:00
|
|
|
hibernate.test.new_metadata_mappings = true
|
|
|
|
|
2012-01-19 17:49:52 -05:00
|
|
|
hibernate.dialect org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
|
|
|
|
hibernate.connection.driver_class com.mysql.jdbc.Driver
|
2016-10-01 10:33:43 -04:00
|
|
|
hibernate.connection.url jdbc:mysql://hibernate-spatial-integration.cctaez8ywvn2.eu-west-1.rds.amazonaws.com/test
|
|
|
|
hibernate.connection.username hbs
|
|
|
|
hibernate.connection.password
|
2012-01-19 17:49:52 -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
|
|
|
|
|
|
|
|
|