Class LoadedConfig

    • Constructor Detail

      • LoadedConfig

        public LoadedConfig​(String sessionFactoryName)
    • Method Detail

      • getSessionFactoryName

        public String getSessionFactoryName()
      • getConfigurationValues

        public Map getConfigurationValues()
      • consume

        public static LoadedConfig consume​(JaxbCfgHibernateConfiguration jaxbCfg)
        Consumes the JAXB representation of a cfg.xml file and builds the LoadedConfig representation.
        Parameters:
        jaxbCfg - The JAXB representation of a cfg.xml file
        Returns:
        The parsed representation
      • addCacheRegionDefinition

        public void addCacheRegionDefinition​(CacheRegionDefinition cacheRegionDefinition)
      • addEventListener

        public void addEventListener​(EventType eventType,
                                     String listenerClass)
      • merge

        public void merge​(LoadedConfig incoming)
        Merge information from loaded a cfg.xml represented by the incoming parameter into this LoadedConfig representation
        Parameters:
        incoming - The incoming config information to merge in.
      • addConfigurationValues

        protected void addConfigurationValues​(Map configurationValues)