]> SALOME platform Git repositories - tools/siman.git/blob - Workspace/Siman/conf/templates/hibernate.properties
Salome HOME
New properties are added:
[tools/siman.git] / Workspace / Siman / conf / templates / hibernate.properties
1 # Generated at @datesimple@ @time@
2 # @file.header@
3 # Connection properties
4 connection.driver_class=@connection.driver_class@
5
6 # Hibernate config
7 hibernate.hbm2ddl.auto=@hibernate.hbm2ddl.auto@
8 hibernate.dialect=@hibernate.dialect@
9 hibernate.current_session_context_class=@hibernate.current_session_context_class@
10
11 # Log properties
12 hibernate.show_sql=@hibernate.show_sql@