Class CoherenceHibernateProperties
java.lang.Object
com.oracle.coherence.hibernate.cache.v6.configuration.support.CoherenceHibernateProperties
Defines all Hibernate Properties that are specific for Coherence Hibernate.
- Since:
- 2.1
- Author:
- Gunnar Hillert
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The default path to the cache configuration file.static final String
The name of the property specifying the path to the Coherence cache configuration file.static final String
The name of the property specifying the default value for the logger implementation to be used.static final String
The name of the property specifying the Coherence-specific logger.static final String
The name of the property specifying the session name.static final String
The name of the property specifying the Coherence session type.static final String
By default, empty, indicating that no Coherence property prefix is applied.static final String
The prefix of the names of all properties specific to this SPI implementation.static final String
By default, the DefaultCacheServer will not be bootstrapped and this property is false by default.static final String
The name of the property specifying whether to start the Coherence cache server. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
PROPERTY_NAME_PREFIX
The prefix of the names of all properties specific to this SPI implementation.- See Also:
-
CACHE_CONFIG_FILE_PATH_PROPERTY_NAME
The name of the property specifying the path to the Coherence cache configuration file.- See Also:
-
CACHE_CONFIG_FILE_PATH_DEFAULT_VALUE
The default path to the cache configuration file.- See Also:
-
START_CACHE_SERVER_DEFAULT_VALUE
By default, the DefaultCacheServer will not be bootstrapped and this property is false by default.- See Also:
-
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:
-
COHERENCE_LOGGER_DEFAULT_VALUE
The name of the property specifying the default value for the logger implementation to be used.- See Also:
-
COHERENCE_SESSION_NAME_PROPERTY_NAME
The name of the property specifying the session name.- See Also:
-
COHERENCE_SESSION_TYPE_PROPERTY_NAME
The name of the property specifying the Coherence session type.- See Also:
-
START_CACHE_SERVER_PROPERTY_NAME
The name of the property specifying whether to start the Coherence cache server.- See Also:
-
DEFAULT_PROPERTY_PREFIX
By default, empty, indicating that no Coherence property prefix is applied.- See Also:
-
-
Constructor Details
-
CoherenceHibernateProperties
-
-
Method Details
-
getCacheConfigFilePath
-
getSessionName
-
getSessionType
-
getCoherenceProperties
-
isStartCacheServer
public boolean isStartCacheServer()
-