Class SimpleNameProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleNameProvider​(java.lang.String name)  
    • Constructor Detail

      • SimpleNameProvider

        public SimpleNameProvider​(java.lang.String name)
    • Method Detail

      • name

        public java.lang.String name​(ObjectContainer db)
        Description copied from interface: NameProvider
        Derives a name for the given ObjectContainer. This method will be called when database startup has completed, i.e. the method will see a completely initialized ObjectContainer. Any code invoked during the startup process (for example ConfigurationItem instances) will still see the default naming.
        Specified by:
        name in interface NameProvider