public class HibernateAccessStrategyFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_PREFIX
When set, all cache names in ignite will be fetched using the specified prefix.
|
static String |
DFLT_ACCESS_TYPE_PROPERTY |
static String |
GRID_CONFIG_PROPERTY |
static String |
GRID_NAME_PROPERTY
Deprecated.
Use
IGNITE_INSTANCE_NAME_PROPERTY .
If IGNITE_INSTANCE_NAME_PROPERTY is specified it takes precedence. |
static String |
IGNITE_INSTANCE_NAME_PROPERTY
Hibernate L2 cache Ignite instance name property name.
|
static String |
REGION_CACHE_PROPERTY
Property prefix used to specify region name to cache name mapping.
|
static String |
VERIFY_ATOMICITY
Disable atomicity check when caches are created lazily.
|
Constructor and Description |
---|
HibernateAccessStrategyFactory(HibernateKeyTransformer keyTransformer,
HibernateExceptionConverter eConverter,
Ignite ignite) |
@Deprecated public static final String GRID_NAME_PROPERTY
IGNITE_INSTANCE_NAME_PROPERTY
.
If IGNITE_INSTANCE_NAME_PROPERTY
is specified it takes precedence.public static final String IGNITE_INSTANCE_NAME_PROPERTY
public static final String REGION_CACHE_PROPERTY
public static final String DFLT_ACCESS_TYPE_PROPERTY
public static final String GRID_CONFIG_PROPERTY
public static final String VERIFY_ATOMICITY
public static final String CACHE_PREFIX
public HibernateAccessStrategyFactory(HibernateKeyTransformer keyTransformer, HibernateExceptionConverter eConverter, Ignite ignite)
keyTransformer
- Key transformer.eConverter
- Exception converter.ignite
- Ignite instance. Can be null
, but in this case IGNITE_INSTANCE_NAME_PROPERTY
or GRID_CONFIG_PROPERTY
should be provided via hibernate properties.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024