Class CoherenceHibernateProperties


  • public class CoherenceHibernateProperties
    extends Object
    Defines all Hibernate Properties that are specific for Coherence Hibernate.
    Since:
    2.1
    Author:
    Gunnar Hillert
    • 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
      • 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_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
      • 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()
      • getCoherenceProperties

        public Map<String,​Object> getCoherenceProperties()