/// <summary>
        /// Compiles the mappings without adding them to the configuration
        /// </summary>
        /// <param name="config">The NH Configuration</param>
        public HbmMapping CompileMappings(Configuration config)
        {
            MappingEngine engine = new MappingEngine(this.rootConfig, config, this.modelMapper);

            return(engine.CompileMappings());
        }