Moved over some of the security stuff from Photos.
[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 # hibernate cache provider
14 ###################################################################################
15 hibernate.cache.provider=org.hibernate.cache.EhCacheProvider
16
17 ###################################################################################
18 # query cache
19 ###################################################################################
20 hibernate.cache.use_query_cache=true