mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-16 17:55:15 +00:00
- http://wiki.alfresco.com/wiki/Repository_Configuration#New_Installations - Fixed up minor 1.2.1 reference git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2896 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
23 lines
551 B
Plaintext
23 lines
551 B
Plaintext
# Sample Hibernate configuration to enable Hibernate schema updates
|
|
#hibernate.hbm2ddl.auto=update
|
|
|
|
#
|
|
# 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
|
|
#
|
|
|
|
#
|
|
# MySQL dialect (default)
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
|
|
|
#
|
|
# Oracle dialect
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
|
|
|
|
#
|
|
# Sybase dialect
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.SybaseAnywhereDialect
|