Class CoherenceHibernateProperties
- java.lang.Object
-
- com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
-
public class CoherenceHibernateProperties extends Object
Defines all Hibernate Properties that are specific for Coherence Hibernate.- Since:
- 2.1
- Author:
- Gunnar Hillert
-
-
Field Summary
Fields Modifier and Type Field Description static String
CACHE_CONFIG_FILE_PATH_DEFAULT_VALUE
The default path to the cache configuration file.static String
CACHE_CONFIG_FILE_PATH_PROPERTY_NAME
The name of the property specifying the path to the Coherence cache configuration file.static String
COHERENCE_LOGGER_DEFAULT_VALUE
static String
COHERENCE_LOGGER_PROPERTY_NAME
The name of the property specifying the Coherence-specific logger.static String
COHERENCE_SESSION_NAME_PROPERTY_NAME
static String
COHERENCE_SESSION_TYPE_PROPERTY_NAME
static String
DEFAULT_PROPERTY_PREFIX
By default, empty, indicating that no Coherence property prefix is applied.static String
PROPERTY_NAME_PREFIX
The prefix of the names of all properties specific to this SPI implementation.static String
START_CACHE_SERVER_DEFAULT_VALUE
By default, the DefaultCacheServer will not be bootstrapped and this property is false by default.static String
START_CACHE_SERVER_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description CoherenceHibernateProperties(Map hibernateProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCacheConfigFilePath()
Map<String,Object>
getCoherenceProperties()
String
getSessionName()
SessionType
getSessionType()
boolean
isStartCacheServer()
-
-
-
Field Detail
-
PROPERTY_NAME_PREFIX
public static final String PROPERTY_NAME_PREFIX
The prefix of the names of all properties specific to this SPI implementation.- See Also:
- Constant Field Values
-
CACHE_CONFIG_FILE_PATH_PROPERTY_NAME
public static final String CACHE_CONFIG_FILE_PATH_PROPERTY_NAME
The name of the property specifying the path to the Coherence cache configuration file.- See Also:
- Constant Field Values
-
CACHE_CONFIG_FILE_PATH_DEFAULT_VALUE
public static final String CACHE_CONFIG_FILE_PATH_DEFAULT_VALUE
The default path to the cache configuration file.- See Also:
- Constant Field Values
-
START_CACHE_SERVER_DEFAULT_VALUE
public static final String START_CACHE_SERVER_DEFAULT_VALUE
By default, the DefaultCacheServer will not be bootstrapped and this property is false by default.- See Also:
- Constant Field Values
-
COHERENCE_LOGGER_PROPERTY_NAME
public static final String COHERENCE_LOGGER_PROPERTY_NAME
The name of the property specifying the Coherence-specific logger. This will set the logger of the Coherence sub-system.- See Also:
- Constant Field Values
-
COHERENCE_LOGGER_DEFAULT_VALUE
public static final String COHERENCE_LOGGER_DEFAULT_VALUE
- See Also:
- Constant Field Values
-
COHERENCE_SESSION_NAME_PROPERTY_NAME
public static final String COHERENCE_SESSION_NAME_PROPERTY_NAME
- See Also:
- Constant Field Values
-
COHERENCE_SESSION_TYPE_PROPERTY_NAME
public static final String COHERENCE_SESSION_TYPE_PROPERTY_NAME
- See Also:
- Constant Field Values
-
START_CACHE_SERVER_PROPERTY_NAME
public static final String START_CACHE_SERVER_PROPERTY_NAME
- See Also:
- Constant Field Values
-
DEFAULT_PROPERTY_PREFIX
public static final String DEFAULT_PROPERTY_PREFIX
By default, empty, indicating that no Coherence property prefix is applied.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CoherenceHibernateProperties
public CoherenceHibernateProperties(Map hibernateProperties)
-
-
Method Detail
-
getCacheConfigFilePath
public String getCacheConfigFilePath()
-
getSessionName
public String getSessionName()
-
getSessionType
public SessionType getSessionType()
-
isStartCacheServer
public boolean isStartCacheServer()
-
-