类 KeyNamingStrategy

    • 字段详细资料

      • logger

        protected final Log logger
        Log instance for this class.
    • 方法详细资料

      • setMappings

        public void setMappings​(Properties mappings)
        Set local properties, containing object name mappings, e.g. via the "props" tag in XML bean definitions. These can be considered defaults, to be overridden by properties loaded from files.
      • setMappingLocation

        public void setMappingLocation​(Resource location)
        Set a location of a properties file to be loaded, containing object name mappings.
      • setMappingLocations

        public void setMappingLocations​(Resource... mappingLocations)
        Set location of properties files to be loaded, containing object name mappings.