public class SettingsFactory extends Object implements Serializable
Settings
instance.Modifier and Type | Field and Description |
---|---|
static String |
DEF_CACHE_REG_FACTORY |
Modifier | Constructor and Description |
---|---|
protected |
SettingsFactory() |
Modifier and Type | Method and Description |
---|---|
protected BytecodeProvider |
buildBytecodeProvider(String providerName) |
Settings |
buildSettings(Properties props) |
protected BatcherFactory |
createBatcherFactory(Properties properties,
int batchSize) |
protected ConnectionProvider |
createConnectionProvider(Properties properties) |
protected QueryCacheFactory |
createQueryCacheFactory(Properties properties) |
protected QueryTranslatorFactory |
createQueryTranslatorFactory(Properties properties) |
static RegionFactory |
createRegionFactory(Properties properties,
boolean cachingEnabled) |
protected TransactionFactory |
createTransactionFactory(Properties properties) |
protected TransactionManagerLookup |
createTransactionManagerLookup(Properties properties) |
public static final String DEF_CACHE_REG_FACTORY
public Settings buildSettings(Properties props)
protected BytecodeProvider buildBytecodeProvider(String providerName)
protected QueryCacheFactory createQueryCacheFactory(Properties properties)
public static RegionFactory createRegionFactory(Properties properties, boolean cachingEnabled)
protected QueryTranslatorFactory createQueryTranslatorFactory(Properties properties)
protected BatcherFactory createBatcherFactory(Properties properties, int batchSize)
protected ConnectionProvider createConnectionProvider(Properties properties)
protected TransactionFactory createTransactionFactory(Properties properties)
protected TransactionManagerLookup createTransactionManagerLookup(Properties properties)
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved