org.infinispan.persistence.sql.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-cachestore-sql Show documentation
Show all versions of infinispan-cachestore-sql Show documentation
Infinispan SQL CacheStore module
/**
* This package contains a {@link org.infinispan.persistence.spi.AdvancedLoadWriteStore} implementation based on
* a JDBC database connection.
*
* @api.public
*/
package org.infinispan.persistence.sql;