Class CoherenceHibernateProperties

java.lang.Object
com.oracle.coherence.hibernate.cache.v6.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 Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • COHERENCE_LOGGER_DEFAULT_VALUE

      public static final String 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

      public static final String COHERENCE_SESSION_NAME_PROPERTY_NAME
      The name of the property specifying the session name.
      See Also:
    • COHERENCE_SESSION_TYPE_PROPERTY_NAME

      public static final String COHERENCE_SESSION_TYPE_PROPERTY_NAME
      The name of the property specifying the Coherence session type.
      See Also:
    • START_CACHE_SERVER_PROPERTY_NAME

      public static final String START_CACHE_SERVER_PROPERTY_NAME
      The name of the property specifying whether to start the Coherence cache server.
      See Also:
    • DEFAULT_PROPERTY_PREFIX

      public static final String DEFAULT_PROPERTY_PREFIX
      By default, empty, indicating that no Coherence property prefix is applied.
      See Also:
  • Constructor Details

    • CoherenceHibernateProperties

      public CoherenceHibernateProperties(Map hibernateProperties)
  • Method Details

    • getCacheConfigFilePath

      public String getCacheConfigFilePath()
    • getSessionName

      public String getSessionName()
    • getSessionType

      public SessionType getSessionType()
    • getCoherenceProperties

      public Map<String,Object> getCoherenceProperties()
    • isStartCacheServer

      public boolean isStartCacheServer()