* Moved orm_1_0.xsd into the src/main/resources so that it properly get copied at build time

* Enabled query cache in hibernate.properties

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15452 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Hardy Ferentschik 2008-10-30 12:36:16 +00:00
parent da8c5a3a19
commit 20dd9ccc5f
2 changed files with 3 additions and 1 deletions

View File

@ -36,4 +36,6 @@ hibernate.format_sql true
hibernate.max_fetch_depth 5
hibernate.cache.region_prefix hibernate.test
hibernate.cache.provider_class org.hibernate.cache.HashtableCacheProvider
hibernate.cache.provider_class org.hibernate.cache.HashtableCacheProvider
hibernate.cache.use_query_cache true