automatic schema update done by configuring the localsessionfactory for
[utils] / security / src / test / resources / properties / test.org.wamblee.security.hibernate.properties
1
2 ###################################################################################
3 # dialect
4 ###################################################################################
5 hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
6
7 ###################################################################################
8 # debugging settings: Log4j configuration can provide more detail. 
9 ###################################################################################
10 hibernate.show_sql=false
11
12 ##############################################################################
13 # schema update for test 
14 ##############################################################################
15 hibernate.schemaupdate=true
16
17 ###################################################################################
18 # hibernate cache provider
19 ###################################################################################
20 hibernate.cache.provider=org.hibernate.cache.EhCacheProvider
21
22 ###################################################################################
23 # query cache
24 ###################################################################################
25 hibernate.cache.use_query_cache=true