Class UnderDatabaseRegistry


  • public class UnderDatabaseRegistry
    extends java.lang.Object
    The registry of under database implementations.
    • Constructor Detail

      • UnderDatabaseRegistry

        public UnderDatabaseRegistry()
        Creates an instance.
    • Method Detail

      • refresh

        public void refresh()
        Refreshes the registry by service loading classes.
      • create

        public UnderDatabase create​(UdbContext udbContext,
                                    java.lang.String type,
                                    UdbConfiguration configuration)
        Creates a new instance of an UnderDatabase.
        Parameters:
        udbContext - the db context
        type - the udb type
        configuration - the udb configuration
        Returns:
        a new udb instance