Project

General

Profile

Download (449 Bytes) Statistics
| Branch: | Tag: | Revision:
1 cab6ecd7 Andreas Kohlbecker
#
2
# application properties to be applied to the jndiHibernateProperties which are configured in the 
3
# src/main/webapp/WEB-INF/datasources/configurable.xml file
4
#
5
6
# hibernate.hbm2ddl.auto - default: validate, options:  create | create-drop
7
# !!! must never be set to 'update' !!! 
8
#hibernate.hbm2ddl.auto=create-drop
9
10
# hibernate.show_sql - default: false
11
#hibernate.show_sql=true
12
13
# hibernate.format_sql - default: false
14
#hibernate.format_sql=true