mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-23 18:05:32 +00:00
were both beyond me, and are just the raw conflict merge data. If Kev can't figure out how they should go together by tomorrow AM (for me) I'll dig back in. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4306 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
33 lines
772 B
Plaintext
33 lines
772 B
Plaintext
# Sample Hibernate configuration to disnable Hibernate schema updates
|
|
# Values are "validate" or "update" (default)
|
|
#hibernate.hbm2ddl.auto=validate
|
|
|
|
#
|
|
# 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
|
|
#
|
|
|
|
#
|
|
# HSQL dialect
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.HSQLDialect
|
|
|
|
#
|
|
# MySQL dialect (default)
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
|
|
|
|
#
|
|
# Oracle dialect
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
|
|
|
|
#
|
|
# Sybase dialect
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.SybaseAnywhereDialect
|
|
|
|
#
|
|
# SQLServer dialect
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.SQLServerDialect |