[...]
<cache-container name="modeshape" default-cache="sample">
<local-cache name="sample">
<transaction mode="NON_XA"/>
<mixed-keyed-jdbc-store datasource="java:jboss/datasources/PostgresqlDS" passivation="false" purge="false">
<property name="databaseType">postgres</property>
<string-keyed-table prefix="stringbased">
<id-column name="id" type="VARCHAR(200)"/>
<data-column name="datum" type="BYTEA"/>
<timestamp-column name="version" type="BIGINT"/>
</string-keyed-table>
<binary-keyed-table prefix="binarybased">
<id-column name="id" type="VARCHAR(200)"/>
<data-column name="datum" type="BYTEA"/>
<timestamp-column name="version" type="BIGINT"/>
</binary-keyed-table>
</mixed-keyed-jdbc-store>
</local-cache>
<local-cache name="artifacts">
<transaction mode="NON_XA"/>
</local-cache>
</cache-container>
[...]