i am using hibernate version 2.1.6. In hibernate.cfg.xml file i have specified <class-cache> mappings. eg -
<class-cache class = "test.AppType" usage ="transactional"/>
Now i am using hibernate with spring. Please tell me how do i specify these cache mappings in applicationContext.xml


Reply With Quote