8.3.3.1.1. Table configuration
Table and column names as well as column types are
configurable with the following properties.
-
cache.jdbc.table.name
- the name
of the table. Can be prepended with schema name for the given table:
<schema_name>.<table_name>.
The default value is 'jbosscache'.
-
cache.jdbc.table.primarykey
- the
name of the primary key for the table. The default value is
'jbosscache_pk'.
-
cache.jdbc.table.create
- can be
true or false. Indicates whether to create the table during startup.
If true, the table is created if it doesn't already exist. The
default value is true.
-
cache.jdbc.table.drop
- can be
true or false. Indicates whether to drop the table during shutdown. The
default value is true.
-
cache.jdbc.fqn.column
- FQN
column name. The default value is 'fqn'.
-
cache.jdbc.fqn.type
- FQN column
type. The default value is 'varchar(255)'.
-
cache.jdbc.node.column
- node
contents column name. The default value is 'node'.
-
cache.jdbc.node.type
- node
contents column type. The default value is 'blob'. This type must specify
a valid binary data type for the database being used.