schema.infinispan-cachestore-jdbc-config-7.0.xsd Maven / Gradle / Ivy
Defines the table used to store cache entries.
Defines the table used to store cache buckets.
Defines the table used to store cache buckets.
Defines the table used to store cache entries.
Defines the prefix prepended to the cache name used when composing the name of the cache entry table.
Defines the prefix prepended to the cache name used when composing the name of the cache bucket 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.
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.
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