I don't want to use Infinispan as my data source. What kind of DB support is offered? Will Hibernate 2nd-Level Cache be necessary?

link|improve this question
feedback

1 Answer

Infinispan can be configured with a persistent cache loader and amongst the supported options, JDBC based cache stores are supported. You can find all about them, including the JDBC one, in https://docs.jboss.org/author/display/ISPN/CacheLoaders - There're some sample configurations there too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.