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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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