HHH-7345 rollback hibernate.properties

This commit is contained in:
Strong Liu 2012-05-23 22:08:43 +08:00
parent 9b501805c6
commit 7ed323a51f
1 changed files with 39 additions and 22 deletions

View File

@ -1,22 +1,39 @@
#Generated by DBAllocator #
#Wed May 23 08:58:04 EDT 2012 # Hibernate, Relational Persistence for Idiomatic Java
db.password=dballo04 #
hibernate.connection.password=dballo04 # Copyright (c) 2010, Red Hat Inc. or third-party contributors as
db.username=dballo04 # indicated by the @author tags or express copyright attribution
dballoc.db_type=standard # statements applied by the authors. All third-party contributions are
db.jdbc_url=jdbc\:postgresql\://db02.mw.lab.eng.bos.redhat.com\:5432/dballo04 # distributed under license by Red Hat Inc.
db.name=dballo04 #
db.hostname=db02.mw.lab.eng.bos.redhat.com # This copyrighted material is made available to anyone wishing to use, modify,
hibernate.connection.username=dballo04 # copy, or redistribute it subject to the terms and conditions of the GNU
db.jdbc_class=org.postgresql.Driver # Lesser General Public License, as published by the Free Software Foundation.
db.maxpoolsize=50 #
db.minpoolsize=15 # This program is distributed in the hope that it will be useful,
hibernate.connection.driver_class=org.postgresql.Driver # but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
uuid=350f2e3a-df00-4b56-91ca-fdd8b5316f1e # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
db.primary_label=postgresql91 # for more details.
db.port=5432 #
hibernate.dialect=org.hibernate.dialect.PostgreSQL82Dialect # You should have received a copy of the GNU Lesser General Public License
hibernate.connection.url=jdbc\:postgresql\://db02.mw.lab.eng.bos.redhat.com\:5432/dballo04 # along with this distribution; if not, write to:
hibernate.connection.schema=dballo04 # Free Software Foundation, Inc.
hibernate.show_sql=true # 51 Franklin Street, Fifth Floor
hibernate.format_sql=true # Boston, MA 02110-1301 USA
#
hibernate.dialect org.hibernate.dialect.H2Dialect
hibernate.connection.driver_class org.h2.Driver
hibernate.connection.url jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE
hibernate.connection.username sa
hibernate.connection.pool_size 5
hibernate.show_sql false
hibernate.max_fetch_depth 5
hibernate.cache.region_prefix hibernate.test
hibernate.cache.region.factory_class org.hibernate.testing.cache.CachingRegionFactory
# NOTE: hibernate.jdbc.batch_versioned_data should be set to false when testing with Oracle
hibernate.jdbc.batch_versioned_data true