mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Also created a OneToManyMap and a OneToManyBiMap to help mock up the NamespaceService. *** IMPORTANT!!! *** The test requires a new database schema. The schema has the same name as the original schema but has _test after it, i.e. ${db.name}_test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15746 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
29 lines
1.0 KiB
Properties
29 lines
1.0 KiB
Properties
#
|
|
# Hibernate configuration
|
|
#
|
|
|
|
# The Hibernate Dialect:
|
|
# As of V3.1, the dialect is automatically detected.
|
|
# It is still possible to set the dialect explicitly, for example:
|
|
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
|
|
hibernate.hbm2ddl.auto=update
|
|
hibernate.jdbc.use_streams_for_binary=true
|
|
hibernate.show_sql=false
|
|
hibernate.cache.use_query_cache=true
|
|
hibernate.max_fetch_depth=10
|
|
hibernate.cache.provider_class=org.alfresco.repo.cache.InternalEhCacheManagerFactoryBean
|
|
hibernate.cache.use_second_level_cache=true
|
|
hibernate.default_batch_fetch_size=1
|
|
hibernate.jdbc.batch_size=32
|
|
hibernate.connection.release_mode=auto
|
|
hibernate.connection.isolation=2
|
|
|
|
#hibernate.query.substitutions=
|
|
#hibernate.jdbc.use_get_generated_keys=false
|
|
|
|
# Oracle Schema Distinction:
|
|
# See https://issues.alfresco.com/jira/browse/ETHREEOH-680
|
|
# Metadata queries to Oracle have to be limited by schema name
|
|
# when multiple instances of Alfresco are installed on an Oracle server.
|
|
#hibernate.default_schema=
|