mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-23 18:05:32 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9924 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
25 lines
580 B
Plaintext
25 lines
580 B
Plaintext
#
|
|
# Sample Hibernate configuration for changing Database dialect
|
|
# For a full list: http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#configuration-optional-dialects
|
|
#
|
|
|
|
#
|
|
# Derby dialect
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.DerbyDialect
|
|
|
|
#
|
|
# HSQL dialect
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.HSQLDialect
|
|
|
|
#
|
|
# MySQL dialect (default)
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
|
|
|
|
#
|
|
# PostgreSQL dialect
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|
#hibernate.query.substitutions=true TRUE, false FALSE |