public class CustomStoreConfiguration extends AbstractStoreConfiguration
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Class> |
CUSTOM_STORE_CLASS |
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED, TRANSACTIONAL
Constructor and Description |
---|
CustomStoreConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
Modifier and Type | Method and Description |
---|---|
static AttributeSet |
attributeDefinitionSet() |
Class<?> |
customStoreClass() |
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, shared, singletonStore, toString, transactional
public static final AttributeDefinition<Class> CUSTOM_STORE_CLASS
public CustomStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static AttributeSet attributeDefinitionSet()
public Class<?> customStoreClass()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.