schema.infinispan-cachestore-sql-config-3.0.xsd Maven / Gradle / Ivy
The required class for transforming between Infinispan entries
(key / value pairs and optional metadata) and a corresponding
SQL record.
The optional class for executing direct SQL queries against
the database.
The preferred SQL dialect. Use MYSQL for MySQL, POSTGRES_9_5
for PostgreSQL 9.5+, H2 for H2, etc. See the SQLDialect class
from the jOOQ library for a full list of the supported SQL
dialect identifiers.
If true during initialisation the SQLStore will execute an SQL
"CREATE TABLE IF NOT EXISTS" statement supplied by the configured
SQLRecordTransformer. If false execution of this statement will
be skipped. The default setting is true. "CREATE TABLE IF NOT EXISTS"
can be disabled if the database permissions granted to the SQLStore
user don't include the SQL "CREATE" query.
Optional reference to an Infinispan cache with an
SQL store to reuse its SQL connection pool.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy