Hibernate second level cache with Spring

前端 未结 3 1559
囚心锁ツ
囚心锁ツ 2020-12-08 03:23

I\'m using Spring + JPA + Hibernate. I\'m trying to enable Hibernate\'s second level cache. In my Spring\'s applicationContext.xml I have:

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 04:15

    I didn't answer this, but it's not obvious that the poster found the answer himself. I'm reposting his answer:

    Resolved

    Since I'm using LocalEntityManagerFactoryBean it gets its settings from META-INF/persistence.xml. My settings in applicationContext.xml weren't even being read.

提交回复
热议问题