开发者

What kind of DB support does Infinispan offer?

开发者 https://www.devze.com 2023-03-18 20:52 出处:网络
I don\'t want t开发者_StackOverflowo use Infinispan as my data source.What kind of DB support is offered?Will Hibernate 2nd-Level Cache be necessary?Infinispan can be configured with a persistent cach

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


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/Cache+Loaders+and+Stores - There're some sample configurations there too.

0

精彩评论

暂无评论...
验证码 换一张
取 消