schema.infinispan-cachestore-jdbc-config-9.1.xsd Maven / Gradle / Ivy
Defines the JDBC dialect.
Defines the major version of the database.
Defines the minor version of the database.
Defines the table used to store cache entries.
The class name of a org.infinispan.persistence.keymappers.Key2StringMapper to use for mapping keys to strings suitable for storage in a database table.
Defaults to org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
Defines the prefix prepended to the cache name used when composing the name of the cache entry table.
Defines the column in which to store the cache key or bucket id.
Defines the column in which to store the cache entry or bucket.
Defines the column in which to store the timestamp of the cache entry or bucket.
The fetch size used when querying from this table. Used to avoid heap memory exhaustion when query is large.
Deprecated, use the max-batch-size store property instead. The statement batch size used when modifying this table.
Determines whether database tables should be created by the store on startup.
Determines whether database tables should be dropped by the store on shutdown.
The name of the column used to store the cache key or bucket id.
The type of the column used to store the cache key or bucket id.
The name of the column used to store the cache entry or bucket.
The type of the column used to store the cache entry or bucket.
The name of the column used to store the cache entry or bucket timestamp.
The type of the column used to store the cache entry or bucket timestamp.
The path of a properties file that provides additional configuration for the connection pool.
A JDBC driver-specific connection URL
The class name of the driver used for connecting to the database.
The password to use when connecting via connectionUrl
The username to use when connecting via connectionUrl
The address of a datasource to use when connecting
A JDBC driver-specific connection URL
The class name of the driver used for connecting to the database.
The password to use when connecting via connectionUrl
The username to use when connecting via connectionUrl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy