java - How to use memory-only cache provider HashTable in hibernate 4.2 -


i want add such property in hibernate.cfg.xml

<property name="hibernate.cache.provider_class">org.hibernate.cache.hashtablecacheprovider</property> 

but problem hashtablecacheprovider not in classpath.

i have hibernate-core.4.2.0.final jar in pom.

<dependency>             <groupid>org.hibernate</groupid>             <artifactid>hibernate-core</artifactid>             <version>4.2.0.final</version>         </dependency> 

what maven dependency ahould add use hashtablecacheprovider?


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -