public interface KeyValueStoreProperties extends OgmProperties
persistence.xml
or
StandardServiceRegistryBuilder.applySetting(String, Object)
.
Note that not all properties are supported by all datastores; refer to the documentation of the specific dialect to find out the supported configuration properties.
This interface should not be implemented by client code, only its constants are intended to be referenced.
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_MAPPING
The configuration property for setting the cache mapping.
|
CREATE_DATABASE, DATABASE, DATASTORE_PROVIDER, ENABLED, ERROR_HANDLER, GRID_DIALECT, HOST, NATIVE_CLIENT_RESOURCE, OPTION_CONFIGURATOR, PASSWORD, PORT, USERNAME
static final String CACHE_MAPPING
CacheMappingType
enum or
the String representations of its constants. Defaults to CacheMappingType.CACHE_PER_TABLE
.
Note that any value specified via this property will be overridden by values configured via annotations or the programmatic API.
Copyright © 2010-2024 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.